#6F98DD

Color #6F98DD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6F98DD

Tints of Cornflower Blue #6F98DD

Color information

#6F98DD (or 0x6F98DD) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 98 and DD. RGB value is (111,152,221). Sum of RGB (Red+Green+Blue) = 111+152+221=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F98DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98DD is #906722. Grayscale: #939393. Windows color (decimal): -9463587 or 14522479. OLE color: 14522479.

HSL color Cylindrical-coordinate representation of color #6F98DD: hue angle of 217.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F98DD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111152221-
CMYK0.500.3100.13
HSL217.64º61.8%65.1%-
HSV(B)217.64º49.77%86.67%-
XYZ30.8331.0672.78-
YUV147.61169.42101.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.93%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=22.93%
G=31.40%
B=45.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111522210.500.3100.13217.6461.865.1
Hex6F98DD321F0Dda3e41
Octal157230335623701533276101
Binary110111110011000110111011100101111101101110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,152,221); }

 H1.HeaderClassName
 {
   color: #6F98DD;
 }
 .AnyTagClassName
 {
   color: #6F98DD;
 }
</style>
background-color css

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

 a { background-color: rgb(111,152,221); }

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

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

 span { border-color: rgb(111,152,221); }

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