Color Hex Logo

#6269ec Color Hex

#6269EC
(98,105,236)
0 Favorites   0 Comments

Color spaces of #6269ec

RGB 98105236
HSL0.660.780.65
HSV237°58°93°
CMYK 0.580.560.00   0.07
XYZ25.228918.755981.6474
Yxy18.75590.20080.1493
Hunter Lab43.308128.1951-81.4620
CIE-Lab50.400435.1254-67.2176

#6269ec color RGB value is (98,105,236).

#6269ec hex color red value is 98, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6269ec hue: 0.66 , saturation: 0.78 and the lightness value of 6269ec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101001 11101100
Octal 142 151 354
Decimal 98 105 236
Hex 62 69 EC

RGB Percentages of Color #6269ec

%22.32
%23.92
%53.76

CMYK Percentages of Color #6269ec

%58
%56
%0
%7

Triadic Colors of #6269ec

#6269ec #ec6269 #69ec62

Analogous Colors of #6269ec

#6269ec #a062ec #62aeec

Monochromatic Colors of #6269ec

#6269ec

Complementary Color

#6269ec #ece562

#6269ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6269ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6269ec Color CSS Codes

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

#6269ec Text Font Color

<p style="color:#6269ec">Text here</p>

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


#6269ec Background Color

<div style="background-color:#6269ec">
Div content here</div>

This div background color is #6269ec


#6269ec Border Color

<div style="border:3px solid #6269ec">
Div here</div>

This div border color is #6269ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,105,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6269ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6269ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6269ec;
  box-shadow:         1px 1px 3px 2px #6269ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6269ec


Comments

No comments written yet.

Please login to write comment.