Html Css Color HEX #6C9CE0 Cornflower Blue

📋 copy color: '#6C9CE0'

red 108 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #6C9CE0

Tints of Cornflower Blue #6C9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 22.13%
G = 31.97%
B = 45.9%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6C9CE0 (or 0x6C9CE0) is known color: Cornflower Blue. HEX triplet: 6C, 9C and E0. RGB value is (108,156,224). Sum of RGB (Red+Green+Blue) = 108+156+224=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CE0 is #93631F. Grayscale: #959595. Windows color (decimal): -9659168 or 14720108. OLE color: 14720108.

HSL color Cylindrical-coordinate representation of color #6C9CE0: hue angle of 215.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C9CE0 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 156 224 -
CMYK 0.52 0.30 0 0.12
HSL 215.17º 0.65% 0.65% -
HSV(B) 215.17º 0.52% 0.88% -
XYZ 31.53 32.35 75.1 -
YUV 149.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 108 156 224 0.52 0.30 0 0.12 215.17 0.65 0.65
Hex 6C 9C E0 34 1E 0 C D7 41 41
Octal 154 234 340 64 36 0 14 327 101 101
Binary 1101100 10011100 11100000 110100 11110 0 1100 11010111 1000001 1000001

Color Harmonies of #6C9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9CE0

Black with #6C9CE0

Text Example


Text Example

White with #6C9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,156,224); }

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

background-color css

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

 a { background-color: rgb(108,156,224); }

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

border-color css

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

 span { border-color: rgb(108,156,224); }

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