#6093D9

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

Shades of Cornflower Blue #6093D9

Tints of Cornflower Blue #6093D9

Color information

#6093D9 (or 0x6093D9) is unknown color: approx Cornflower Blue. HEX triplet: 60, 93 and D9. RGB value is (96,147,217). Sum of RGB (Red+Green+Blue) = 96+147+217=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #6093D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093D9 is #9F6C26. Grayscale: #8B8B8B. Windows color (decimal): -10447911 or 14259040. OLE color: 14259040.

HSL color Cylindrical-coordinate representation of color #6093D9: hue angle of 214.71º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6093D9 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96147217-
CMYK0.560.3200.15
HSL214.71º61.42%61.37%-
HSV(B)214.71º55.76%85.1%-
XYZ27.7828.3669.66-
YUV139.73171.696.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.87%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 217 (85.16% from 255) = 47.17%
R=20.87%
G=31.96%
B=47.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961472170.560.3200.15214.7161.4261.37
Hex6093D938200Fd73d3d
Octal14022333170400173277575
Binary110000010010011110110011110001000000111111010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6093D9; }

 p { color: rgb(96,147,217); }

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

<style>
 a { background-color: #6093D9; }

 a { background-color: rgb(96,147,217); }

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

<style>
 span { border-color: #6093D9; }

 span { border-color: rgb(96,147,217); }

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