Html Css Color HEX #6B9CEA Cornflower Blue

📋 copy color: '#6B9CEA'

red 107 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #6B9CEA

Tints of Cornflower Blue #6B9CEA

RGB

 RED value IS 107 (42.19% from 255) = 21.53%

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 21.53%
G = 31.39%
B = 47.08%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B9CEA (or 0x6B9CEA) is known color: Cornflower Blue. HEX triplet: 6B, 9C and EA. RGB value is (107,156,234). Sum of RGB (Red+Green+Blue) = 107+156+234=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CEA is #946315. Grayscale: #959595. Windows color (decimal): -9724694 or 15375467. OLE color: 15375467.

HSL color Cylindrical-coordinate representation of color #6B9CEA: hue angle of 216.85º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B9CEA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 156 234 -
CMYK 0.54 0.33 0 0.08
HSL 216.85º 0.75% 0.67% -
HSV(B) 216.85º 0.54% 0.92% -
XYZ 32.8 32.84 82.45 -
YUV 150.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 107 156 234 0.54 0.33 0 0.08 216.85 0.75 0.67
Hex 6B 9C EA 36 21 0 8 D9 4B 43
Octal 153 234 352 66 41 0 10 331 113 103
Binary 1101011 10011100 11101010 110110 100001 0 1000 11011001 1001011 1000011

Color Harmonies of #6B9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CEA

Black with #6B9CEA

Text Example


Text Example

White with #6B9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,234); }

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

background-color css

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

 a { background-color: rgb(107,156,234); }

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

border-color css

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

 span { border-color: rgb(107,156,234); }

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