#6093E6

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

Shades of Cornflower Blue #6093E6

Tints of Cornflower Blue #6093E6

Color information

#6093E6 (or 0x6093E6) is unknown color: approx Cornflower Blue. HEX triplet: 60, 93 and E6. RGB value is (96,147,230). Sum of RGB (Red+Green+Blue) = 96+147+230=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #6093E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6093E6 is #9F6C19. Grayscale: #8C8C8C. Windows color (decimal): -10447898 or 15111008. OLE color: 15111008.

HSL color Cylindrical-coordinate representation of color #6093E6: hue angle of 217.16º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6093E6 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96147230-
CMYK0.580.3600.10
HSL217.16º72.83%63.92%-
HSV(B)217.16º58.26%90.2%-
XYZ29.5429.0778.92-
YUV141.21178.195.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 230 (90.23% from 255) = 48.63%
R=20.30%
G=31.08%
B=48.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961472300.580.3600.10217.1672.8363.92
Hex6093E63A240Ad94940
Octal1402233467244012331111100
Binary11000001001001111100110111010100100010101101100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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