Html Css Color HEX #6098DD Cornflower Blue

📋 copy color: '#6098DD'

red 96 ◦ green 152 ◦ blue 221

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

Shades of Cornflower Blue #6098DD

Tints of Cornflower Blue #6098DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 20.47%
G = 32.41%
B = 47.12%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6098DD (or 0x6098DD) is known color: Cornflower Blue. HEX triplet: 60, 98 and DD. RGB value is (96,152,221). Sum of RGB (Red+Green+Blue) = 96+152+221=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #6098DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098DD is #9F6722. Grayscale: #8E8E8E. Windows color (decimal): -10446627 or 14522464. OLE color: 14522464.

HSL color Cylindrical-coordinate representation of color #6098DD: hue angle of 213.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6098DD is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 152 221 -
CMYK 0.57 0.31 0 0.13
HSL 213.12º 0.65% 0.62% -
HSV(B) 213.12º 0.57% 0.87% -
XYZ 29.1 30.16 72.69 -
YUV 143.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 96 152 221 0.57 0.31 0 0.13 213.12 0.65 0.62
Hex 60 98 DD 39 1F 0 D D5 41 3E
Octal 140 230 335 71 37 0 15 325 101 76
Binary 1100000 10011000 11011101 111001 11111 0 1101 11010101 1000001 111110

Color Harmonies of #6098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098DD

Black with #6098DD

Text Example


Text Example

White with #6098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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