Color Hex Logo

#6266bf Color Hex

#6266BF
(98,102,191)
0 Favorites   0 Comments

Color spaces of #6266bf

RGB 98102191
HSL0.660.420.57
HSV237°49°75°
CMYK 0.490.470.00   0.25
XYZ19.192315.861051.3401
Yxy15.86100.22220.1836
Hunter Lab39.825916.3248-48.5535
CIE-Lab46.791622.6831-47.4053

#6266bf color RGB value is (98,102,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100110 10111111
Octal 142 146 277
Decimal 98 102 191
Hex 62 66 BF

RGB Percentages of Color #6266bf

%25.06
%26.09
%48.85

CMYK Percentages of Color #6266bf

%49
%47
%0
%25

Triadic Colors of #6266bf

#6266bf #bf6266 #66bf62

Analogous Colors of #6266bf

#6266bf #8d62bf #6295bf

Monochromatic Colors of #6266bf

#6266bf

Complementary Color

#6266bf #bfbb62

#6266bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6266bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6266bf Color CSS Codes

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

#6266bf Text Font Color

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

This sample text font color is #6266bf
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.


#6266bf Background Color

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

This div background color is #6266bf


#6266bf Border Color

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

This div border color is #6266bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,102,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 #6266bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6266bf


Comments

No comments written yet.

Please login to write comment.