Html Css Color HEX #6C9EFC Cornflower Blue

📋 copy color: '#6C9EFC'

red 108 ◦ green 158 ◦ blue 252

#6C9EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6C9EFC

Tints of Cornflower Blue #6C9EFC

RGB

 RED value IS 108 (42.58% from 255) = 20.85%

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 20.85%
G = 30.5%
B = 48.65%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C9EFC (or 0x6C9EFC) is known color: Cornflower Blue. HEX triplet: 6C, 9E and FC. RGB value is (108,158,252). Sum of RGB (Red+Green+Blue) = 108+158+252=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9EFC is #936103. Grayscale: #999999. Windows color (decimal): -9658628 or 16555628. OLE color: 16555628.

HSL color Cylindrical-coordinate representation of color #6C9EFC: hue angle of 219.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C9EFC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 158 252 -
CMYK 0.57 0.37 0 0.01
HSL 219.17º 0.96% 0.71% -
HSV(B) 219.17º 0.57% 0.99% -
XYZ 35.98 34.67 96.89 -
YUV 153.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 108 158 252 0.57 0.37 0 0.01 219.17 0.96 0.71
Hex 6C 9E FC 39 25 0 1 DB 60 47
Octal 154 236 374 71 45 0 1 333 140 107
Binary 1101100 10011110 11111100 111001 100101 0 1 11011011 1100000 1000111

Color Harmonies of #6C9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9EFC

Black with #6C9EFC

Text Example


Text Example

White with #6C9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9EFC; }

 p { color: rgb(108,158,252); }

 H1.HeaderClassName
 {
   color: #6C9EFC;
 }
 .AnyTagClassName
 {
   color: #6C9EFC;
 }
</style>

background-color css

<style>
 a { background-color: #6C9EFC; }

 a { background-color: rgb(108,158,252); }

 div.DivClassName
 {
   background-color: #6C9EFC;
 }
 .BgClassName
 {
   background-color: #6C9EFC;
 }
</style>

border-color css

<style>
 span { border-color: #6C9EFC; }

 span { border-color: rgb(108,158,252); }

 td.TdClassName
 {
   border-color: #6C9EFC;
 }
 .TagClassName
 {
   border-color: #6C9EFC;
 }
</style>