#6588E1

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

Shades of Cornflower Blue #6588E1

Tints of Cornflower Blue #6588E1

Color information

#6588E1 (or 0x6588E1) is unknown color: approx Cornflower Blue. HEX triplet: 65, 88 and E1. RGB value is (101,136,225). Sum of RGB (Red+Green+Blue) = 101+136+225=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #6588E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6588E1 is #9A771E. Grayscale: #878787. Windows color (decimal): -10123039 or 14780517. OLE color: 14780517.

HSL color Cylindrical-coordinate representation of color #6588E1: hue angle of 223.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6588E1 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101136225-
CMYK0.550.4000.12
HSL223.06º67.39%63.92%-
HSV(B)223.06º55.11%88.24%-
XYZ27.7625.8174.75-
YUV135.68178.4103.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.86%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=21.86%
G=29.44%
B=48.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011362250.550.4000.12223.0667.3963.92
Hex6588E137280Cdf4340
Octal1452103416750014337103100
Binary11001011000100011100001110111101000011001101111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6588E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6588E1; }

 p { color: rgb(101,136,225); }

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

<style>
 a { background-color: #6588E1; }

 a { background-color: rgb(101,136,225); }

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

<style>
 span { border-color: #6588E1; }

 span { border-color: rgb(101,136,225); }

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