#6598E8

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

Shades of Cornflower Blue #6598E8

Tints of Cornflower Blue #6598E8

Color information

#6598E8 (or 0x6598E8) is unknown color: approx Cornflower Blue. HEX triplet: 65, 98 and E8. RGB value is (101,152,232). Sum of RGB (Red+Green+Blue) = 101+152+232=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #6598E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6598E8 is #9A6717. Grayscale: #919191. Windows color (decimal): -10118936 or 15243365. OLE color: 15243365.

HSL color Cylindrical-coordinate representation of color #6598E8: hue angle of 216.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6598E8 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101152232-
CMYK0.560.3400.09
HSL216.64º74.01%65.29%-
HSV(B)216.64º56.47%90.98%-
XYZ31.1631.0580.69-
YUV145.87176.696-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=20.82%
G=31.34%
B=47.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011522320.560.3400.09216.6474.0165.29
Hex6598E8382209d94a41
Octal1452303507042011331112101
Binary11001011001100011101000111000100010010011101100110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6598E8; }

 p { color: rgb(101,152,232); }

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

<style>
 a { background-color: #6598E8; }

 a { background-color: rgb(101,152,232); }

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

<style>
 span { border-color: #6598E8; }

 span { border-color: rgb(101,152,232); }

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