Html Css Color HEX #6098EC Cornflower Blue

📋 copy color: '#6098EC'

red 96 ◦ green 152 ◦ blue 236

#6098EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6098EC

Tints of Cornflower Blue #6098EC

RGB

 RED value IS 96 (37.89% from 255) = 19.83%

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 19.83%
G = 31.4%
B = 48.76%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6098EC (or 0x6098EC) is known color: Cornflower Blue. HEX triplet: 60, 98 and EC. RGB value is (96,152,236). Sum of RGB (Red+Green+Blue) = 96+152+236=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #6098EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6098EC is #9F6713. Grayscale: #909090. Windows color (decimal): -10446612 or 15505504. OLE color: 15505504.

HSL color Cylindrical-coordinate representation of color #6098EC: hue angle of 216º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6098EC is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 152 236 -
CMYK 0.59 0.36 0 0.07
HSL 216º 0.79% 0.65% -
HSV(B) 216º 0.59% 0.93% -
XYZ 31.19 31 83.7 -
YUV 144.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 96 152 236 0.59 0.36 0 0.07 216 0.79 0.65
Hex 60 98 EC 3B 24 0 7 D8 4F 41
Octal 140 230 354 73 44 0 7 330 117 101
Binary 1100000 10011000 11101100 111011 100100 0 111 11011000 1001111 1000001

Color Harmonies of #6098EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098EC

Black with #6098EC

Text Example


Text Example

White with #6098EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6098EC;
 }
 .AnyTagClassName
 {
   color: #6098EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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