#6698DD

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

Shades of Cornflower Blue #6698DD

Tints of Cornflower Blue #6698DD

Color information

#6698DD (or 0x6698DD) is unknown color: approx Cornflower Blue. HEX triplet: 66, 98 and DD. RGB value is (102,152,221). Sum of RGB (Red+Green+Blue) = 102+152+221=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #6698DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698DD is #996722. Grayscale: #909090. Windows color (decimal): -10053411 or 14522470. OLE color: 14522470.

HSL color Cylindrical-coordinate representation of color #6698DD: hue angle of 214.79º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6698DD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102152221-
CMYK0.540.3100.13
HSL214.79º63.64%63.33%-
HSV(B)214.79º53.85%86.67%-
XYZ29.7630.572.73-
YUV144.92170.9497.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=21.47%
G=32%
B=46.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021522210.540.3100.13214.7963.6463.33
Hex6698DD361F0Dd7403f
Octal146230335663701532710077
Binary110011010011000110111011101101111101101110101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6698DD; }

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

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

<style>
 a { background-color: #6698DD; }

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

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

<style>
 span { border-color: #6698DD; }

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

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