Html Css Color HEX #6F96DC Cornflower Blue

📋 copy color: '#6F96DC'

red 111 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6F96DC

Tints of Cornflower Blue #6F96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 23.08%
G = 31.19%
B = 45.74%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F96DC (or 0x6F96DC) is known color: Cornflower Blue. HEX triplet: 6F, 96 and DC. RGB value is (111,150,220). Sum of RGB (Red+Green+Blue) = 111+150+220=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96DC is #906923. Grayscale: #929292. Windows color (decimal): -9464100 or 14456431. OLE color: 14456431.

HSL color Cylindrical-coordinate representation of color #6F96DC: hue angle of 218.53º 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 #6F96DC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 150 220 -
CMYK 0.50 0.32 0 0.14
HSL 218.53º 0.61% 0.65% -
HSV(B) 218.53º 0.5% 0.86% -
XYZ 30.38 30.36 71.97 -
YUV 146.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 111 150 220 0.50 0.32 0 0.14 218.53 0.61 0.65
Hex 6F 96 DC 32 20 0 E DB 3D 41
Octal 157 226 334 62 40 0 16 333 75 101
Binary 1101111 10010110 11011100 110010 100000 0 1110 11011011 111101 1000001

Color Harmonies of #6F96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96DC

Black with #6F96DC

Text Example


Text Example

White with #6F96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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