#6098E1

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

Shades of Cornflower Blue #6098E1

Tints of Cornflower Blue #6098E1

Color information

#6098E1 (or 0x6098E1) is unknown color: approx Cornflower Blue. HEX triplet: 60, 98 and E1. RGB value is (96,152,225). Sum of RGB (Red+Green+Blue) = 96+152+225=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #6098E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098E1 is #9F671E. Grayscale: #8F8F8F. Windows color (decimal): -10446623 or 14784608. OLE color: 14784608.

HSL color Cylindrical-coordinate representation of color #6098E1: hue angle of 213.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6098E1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96152225-
CMYK0.570.3200.12
HSL213.95º68.25%62.94%-
HSV(B)213.95º57.33%88.24%-
XYZ29.6430.3875.54-
YUV143.58173.9594.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=20.30%
G=32.14%
B=47.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal961522250.570.3200.12213.9568.2562.94
Hex6098E139200Cd6443f
Octal140230341714001432610477
Binary1100000100110001110000111100110000001100110101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6098E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,152,225); }

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

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

 a { background-color: rgb(96,152,225); }

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

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

 span { border-color: rgb(96,152,225); }

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