Html Css Color HEX #6F94DC Cornflower Blue

📋 copy color: '#6F94DC'

red 111 ◦ green 148 ◦ blue 220

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

Shades of Cornflower Blue #6F94DC

Tints of Cornflower Blue #6F94DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 23.17%
G = 30.9%
B = 45.93%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F94DC (or 0x6F94DC) is known color: Cornflower Blue. HEX triplet: 6F, 94 and DC. RGB value is (111,148,220). Sum of RGB (Red+Green+Blue) = 111+148+220=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F94DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F94DC is #906B23. Grayscale: #909090. Windows color (decimal): -9464612 or 14455919. OLE color: 14455919.

HSL color Cylindrical-coordinate representation of color #6F94DC: hue angle of 219.63º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F94DC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 148 220 -
CMYK 0.50 0.33 0 0.14
HSL 219.63º 0.61% 0.65% -
HSV(B) 219.63º 0.5% 0.86% -
XYZ 30.06 29.73 71.86 -
YUV 145.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 111 148 220 0.50 0.33 0 0.14 219.63 0.61 0.65
Hex 6F 94 DC 32 21 0 E DC 3D 41
Octal 157 224 334 62 41 0 16 334 75 101
Binary 1101111 10010100 11011100 110010 100001 0 1110 11011100 111101 1000001

Color Harmonies of #6F94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F94DC

Black with #6F94DC

Text Example


Text Example

White with #6F94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,220); }

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

background-color css

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

 a { background-color: rgb(111,148,220); }

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

border-color css

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

 span { border-color: rgb(111,148,220); }

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