Html Css Color HEX #6F9CE0 Cornflower Blue

📋 copy color: '#6F9CE0'

red 111 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #6F9CE0

Tints of Cornflower Blue #6F9CE0

RGB

 RED value IS 111 (43.75% from 255) = 22.61%

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

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

R = 22.61%
G = 31.77%
B = 45.62%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6F9CE0 (or 0x6F9CE0) is known color: Cornflower Blue. HEX triplet: 6F, 9C and E0. RGB value is (111,156,224). Sum of RGB (Red+Green+Blue) = 111+156+224=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #6F9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CE0 is #90631F. Grayscale: #959595. Windows color (decimal): -9462560 or 14720111. OLE color: 14720111.

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

Color convert

RGB 111 156 224 -
CMYK 0.50 0.30 0 0.12
HSL 216.11º 0.65% 0.66% -
HSV(B) 216.11º 0.5% 0.88% -
XYZ 31.9 32.54 75.12 -
YUV 150.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 111 156 224 0.50 0.30 0 0.12 216.11 0.65 0.66
Hex 6F 9C E0 32 1E 0 C D8 41 42
Octal 157 234 340 62 36 0 14 330 101 102
Binary 1101111 10011100 11100000 110010 11110 0 1100 11011000 1000001 1000010

Color Harmonies of #6F9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9CE0

Black with #6F9CE0

Text Example


Text Example

White with #6F9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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