Html Css Color HEX #6098AB Shakespeare

📋 copy color: '#6098AB'

red 96 ◦ green 152 ◦ blue 171

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

Shades of Shakespeare #6098AB

Tints of Shakespeare #6098AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 22.91%
G = 36.28%
B = 40.81%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6098AB (or 0x6098AB) is known color: Shakespeare. HEX triplet: 60, 98 and AB. RGB value is (96,152,171). Sum of RGB (Red+Green+Blue) = 96+152+171=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #6098AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6098AB is #9F6754. Grayscale: #898989. Windows color (decimal): -10446677 or 11245664. OLE color: 11245664.

HSL color Cylindrical-coordinate representation of color #6098AB: hue angle of 195.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6098AB is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 152 171 -
CMYK 0.44 0.11 0 0.33
HSL 195.2º 0.31% 0.52% -
HSV(B) 195.2º 0.44% 0.67% -
XYZ 23.4 27.88 42.68 -
YUV 137.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 96 152 171 0.44 0.11 0 0.33 195.2 0.31 0.52
Hex 60 98 AB 2C B 0 21 C3 1F 34
Octal 140 230 253 54 13 0 41 303 37 64
Binary 1100000 10011000 10101011 101100 1011 0 100001 11000011 11111 110100

Color Harmonies of #6098AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6098AB

Black with #6098AB

Text Example


Text Example

White with #6098AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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