Html Css Color HEX #608987 Half Baked

📋 copy color: '#608987'

red 96 ◦ green 137 ◦ blue 135

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

Shades of Half Baked #608987

Tints of Half Baked #608987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 135 (53.13% from 255) = 36.68%

R = 26.09%
G = 37.23%
B = 36.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#608987 (or 0x608987) is known color: Half Baked. HEX triplet: 60, 89 and 87. RGB value is (96,137,135). Sum of RGB (Red+Green+Blue) = 96+137+135=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #608987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608987 is #9F7678. Grayscale: #7C7C7C. Windows color (decimal): -10450553 or 8882528. OLE color: 8882528.

HSL color Cylindrical-coordinate representation of color #608987: hue angle of 177.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608987 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 135 -
CMYK 0.30 0 0.01 0.46
HSL 177.07º 0.18% 0.46% -
HSV(B) 177.07º 0.3% 0.54% -
XYZ 18.14 22.13 26.24 -
YUV 124.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 96 137 135 0.30 0 0.01 0.46 177.07 0.18 0.46
Hex 60 89 87 1E 0 1 2E B1 12 2E
Octal 140 211 207 36 0 1 56 261 22 56
Binary 1100000 10001001 10000111 11110 0 1 101110 10110001 10010 101110

Color Harmonies of #608987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608987

Black with #608987

Text Example


Text Example

White with #608987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608987; }

 p { color: rgb(96,137,135); }

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

background-color css

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

 a { background-color: rgb(96,137,135); }

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

border-color css

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

 span { border-color: rgb(96,137,135); }

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