Color Hex Logo

#6267bf Color Hex

#6267BF
(98,103,191)
0 Favorites   0 Comments

Color spaces of #6267bf

RGB 98103191
HSL0.660.420.57
HSV237°49°75°
CMYK 0.490.460.00   0.25
XYZ19.291216.058851.3731
Yxy16.05880.22240.1852
Hunter Lab40.073415.8007-47.9568
CIE-Lab47.051522.0657-46.9904

#6267bf color RGB value is (98,103,191).

#6267bf hex color red value is 98, green value is 103 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6267bf hue: 0.66 , saturation: 0.42 and the lightness value of 6267bf is 0.57.

The process color (four color CMYK) of #6267bf color hex is 0.49, 0.46, 0.00, 0.25. Web safe color of #6267bf is #6666cc. Color #6267bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100111 10111111
Octal 142 147 277
Decimal 98 103 191
Hex 62 67 BF

RGB Percentages of Color #6267bf

%25.00
%26.28
%48.72

CMYK Percentages of Color #6267bf

%49
%46
%0
%25

Triadic Colors of #6267bf

#6267bf #bf6267 #67bf62

Analogous Colors of #6267bf

#6267bf #8c62bf #6296bf

Monochromatic Colors of #6267bf

#6267bf

Complementary Color

#6267bf #bfba62

#6267bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6267bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6267bf Color CSS Codes

.mybgcolor {background-color:#6267bf; } 
.myforecolor {color:#6267bf; }
.mybordercolor {border:3px solid #6267bf; }

#6267bf Text Font Color

<p style="color:#6267bf">Text here</p>

This sample text font color is #6267bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6267bf Background Color

<div style="background-color:#6267bf">
Div content here</div>

This div background color is #6267bf


#6267bf Border Color

<div style="border:3px solid #6267bf">
Div here</div>

This div border color is #6267bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,103,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6267bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6267bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6267bf;
  box-shadow:         1px 1px 3px 2px #6267bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,103,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6267bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6267bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6267bf;
  box-shadow:         1px 1px 3px 2px #6267bf;">
Div content here</div>

This div box has shadow with color #6267bf


Comments

No comments written yet.

Please login to write comment.