Html Css Color HEX #6F8CE4 Cornflower Blue

📋 copy color: '#6F8CE4'

red 111 ◦ green 140 ◦ blue 228

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

Shades of Cornflower Blue #6F8CE4

Tints of Cornflower Blue #6F8CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 228 (89.45% from 255) = 47.6%

R = 23.17%
G = 29.23%
B = 47.6%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6F8CE4 (or 0x6F8CE4) is known color: Cornflower Blue. HEX triplet: 6F, 8C and E4. RGB value is (111,140,228). Sum of RGB (Red+Green+Blue) = 111+140+228=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #6F8CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CE4 is #90731B. Grayscale: #8C8C8C. Windows color (decimal): -9466652 or 14978159. OLE color: 14978159.

HSL color Cylindrical-coordinate representation of color #6F8CE4: hue angle of 225.13º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F8CE4 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 140 228 -
CMYK 0.51 0.39 0 0.11
HSL 225.13º 0.68% 0.66% -
HSV(B) 225.13º 0.51% 0.89% -
XYZ 29.94 27.74 77.17 -
YUV 141.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 111 140 228 0.51 0.39 0 0.11 225.13 0.68 0.66
Hex 6F 8C E4 33 27 0 B E1 44 42
Octal 157 214 344 63 47 0 13 341 104 102
Binary 1101111 10001100 11100100 110011 100111 0 1011 11100001 1000100 1000010

Color Harmonies of #6F8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CE4

Black with #6F8CE4

Text Example


Text Example

White with #6F8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,228); }

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

background-color css

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

 a { background-color: rgb(111,140,228); }

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

border-color css

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

 span { border-color: rgb(111,140,228); }

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