#6488DF

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

Shades of Cornflower Blue #6488DF

Tints of Cornflower Blue #6488DF

Color information

#6488DF (or 0x6488DF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 88 and DF. RGB value is (100,136,223). Sum of RGB (Red+Green+Blue) = 100+136+223=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #6488DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488DF is #9B7720. Grayscale: #868686. Windows color (decimal): -10188577 or 14649444. OLE color: 14649444.

HSL color Cylindrical-coordinate representation of color #6488DF: hue angle of 222.44º degrees, saturation: 0.66, 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 #6488DF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100136223-
CMYK0.550.3900.13
HSL222.44º65.78%63.33%-
HSV(B)222.44º55.16%87.45%-
XYZ27.3825.6573.32-
YUV135.15177.57102.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=21.79%
G=29.63%
B=48.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001362230.550.3900.13222.4465.7863.33
Hex6488DF37270Dde423f
Octal144210337674701533610277
Binary1100100100010001101111111011110011101101110111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6488DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6488DF; }

 p { color: rgb(100,136,223); }

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

<style>
 a { background-color: #6488DF; }

 a { background-color: rgb(100,136,223); }

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

<style>
 span { border-color: #6488DF; }

 span { border-color: rgb(100,136,223); }

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