Html Css Color HEX #6F8ED7 Cornflower Blue

📋 copy color: '#6F8ED7'

red 111 ◦ green 142 ◦ blue 215

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

Shades of Cornflower Blue #6F8ED7

Tints of Cornflower Blue #6F8ED7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 215 (84.38% from 255) = 45.94%

R = 23.72%
G = 30.34%
B = 45.94%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6F8ED7 (or 0x6F8ED7) is known color: Cornflower Blue. HEX triplet: 6F, 8E and D7. RGB value is (111,142,215). Sum of RGB (Red+Green+Blue) = 111+142+215=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F8ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ED7 is #907128. Grayscale: #8C8C8C. Windows color (decimal): -9466153 or 14126703. OLE color: 14126703.

HSL color Cylindrical-coordinate representation of color #6F8ED7: hue angle of 222.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F8ED7 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 142 215 -
CMYK 0.48 0.34 0 0.16
HSL 222.12º 0.57% 0.64% -
HSV(B) 222.12º 0.48% 0.84% -
XYZ 28.49 27.63 68.12 -
YUV 141.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 111 142 215 0.48 0.34 0 0.16 222.12 0.57 0.64
Hex 6F 8E D7 30 22 0 10 DE 39 40
Octal 157 216 327 60 42 0 20 336 71 100
Binary 1101111 10001110 11010111 110000 100010 0 10000 11011110 111001 1000000

Color Harmonies of #6F8ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8ED7

Black with #6F8ED7

Text Example


Text Example

White with #6F8ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,142,215); }

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

background-color css

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

 a { background-color: rgb(111,142,215); }

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

border-color css

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

 span { border-color: rgb(111,142,215); }

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