Color Hex Logo

#6266ea Color Hex

#6266EA
(98,102,234)
0 Favorites   0 Comments

Color spaces of #6266ea

RGB 98102234
HSL0.660.760.65
HSV238°58°92°
CMYK 0.580.560.00   0.08
XYZ24.639718.039980.0253
Yxy18.03990.20080.1470
Hunter Lab42.473429.2231-81.9785
CIE-Lab49.544536.2935-67.4820

#6266ea color RGB value is (98,102,234).

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

The process color (four color CMYK) of #6266ea color hex is 0.58, 0.56, 0.00, 0.08. Web safe color of #6266ea is #6666ff. Color #6266ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100110 11101010
Octal 142 146 352
Decimal 98 102 234
Hex 62 66 EA

RGB Percentages of Color #6266ea

%22.58
%23.50
%53.92

CMYK Percentages of Color #6266ea

%58
%56
%0
%8

Triadic Colors of #6266ea

#6266ea #ea6266 #66ea62

Analogous Colors of #6266ea

#6266ea #a262ea #62aaea

Monochromatic Colors of #6266ea

#6266ea

Complementary Color

#6266ea #eae662

#6266ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6266ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6266ea Color CSS Codes

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

#6266ea Text Font Color

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

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


#6266ea Background Color

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

This div background color is #6266ea


#6266ea Border Color

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

This div border color is #6266ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6266ea


Comments

No comments written yet.

Please login to write comment.