#6498DD

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

Shades of Cornflower Blue #6498DD

Tints of Cornflower Blue #6498DD

Color information

#6498DD (or 0x6498DD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 98 and DD. RGB value is (100,152,221). Sum of RGB (Red+Green+Blue) = 100+152+221=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #6498DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498DD is #9B6722. Grayscale: #8F8F8F. Windows color (decimal): -10184483 or 14522468. OLE color: 14522468.

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

Color convert

RGB100152221-
CMYK0.550.3100.13
HSL214.21º64.02%62.94%-
HSV(B)214.21º54.75%86.67%-
XYZ29.5330.3972.72-
YUV144.32171.2796.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.14%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=21.14%
G=32.14%
B=46.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001522210.550.3100.13214.2164.0262.94
Hex6498DD371F0Dd6403f
Octal144230335673701532610077
Binary110010010011000110111011101111111101101110101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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