#6594DE

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

Shades of Cornflower Blue #6594DE

Tints of Cornflower Blue #6594DE

Color information

#6594DE (or 0x6594DE) is unknown color: approx Cornflower Blue. HEX triplet: 65, 94 and DE. RGB value is (101,148,222). Sum of RGB (Red+Green+Blue) = 101+148+222=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #6594DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594DE is #9A6B21. Grayscale: #8E8E8E. Windows color (decimal): -10119970 or 14586981. OLE color: 14586981.

HSL color Cylindrical-coordinate representation of color #6594DE: hue angle of 216.69º degrees, saturation: 0.65, 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 #6594DE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101148222-
CMYK0.550.3300.13
HSL216.69º64.71%63.33%-
HSV(B)216.69º54.5%87.06%-
XYZ29.1429.2273.21-
YUV142.38172.9398.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=21.44%
G=31.42%
B=47.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011482220.550.3300.13216.6964.7163.33
Hex6594DE37210Dd9413f
Octal145224336674101533110177
Binary1100101100101001101111011011110000101101110110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6594DE; }

 p { color: rgb(101,148,222); }

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

<style>
 a { background-color: #6594DE; }

 a { background-color: rgb(101,148,222); }

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

<style>
 span { border-color: #6594DE; }

 span { border-color: rgb(101,148,222); }

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