Html Css Color HEX #6F99DC Cornflower Blue

📋 copy color: '#6F99DC'

red 111 ◦ green 153 ◦ blue 220

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

Shades of Cornflower Blue #6F99DC

Tints of Cornflower Blue #6F99DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

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

R = 22.93%
G = 31.61%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F99DC (or 0x6F99DC) is known color: Cornflower Blue. HEX triplet: 6F, 99 and DC. RGB value is (111,153,220). Sum of RGB (Red+Green+Blue) = 111+153+220=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F99DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99DC is #906623. Grayscale: #939393. Windows color (decimal): -9463332 or 14457199. OLE color: 14457199.

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

Color convert

RGB 111 153 220 -
CMYK 0.50 0.30 0 0.14
HSL 216.88º 0.61% 0.65% -
HSV(B) 216.88º 0.5% 0.86% -
XYZ 30.87 31.33 72.13 -
YUV 148.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 111 153 220 0.50 0.30 0 0.14 216.88 0.61 0.65
Hex 6F 99 DC 32 1E 0 E D9 3D 41
Octal 157 231 334 62 36 0 16 331 75 101
Binary 1101111 10011001 11011100 110010 11110 0 1110 11011001 111101 1000001

Color Harmonies of #6F99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99DC

Black with #6F99DC

Text Example


Text Example

White with #6F99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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