Html Css Color HEX #608B89 Half Baked

📋 copy color: '#608B89'

red 96 ◦ green 139 ◦ blue 137

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

Shades of Half Baked #608B89

Tints of Half Baked #608B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 25.81%
G = 37.37%
B = 36.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#608B89 (or 0x608B89) is known color: Half Baked. HEX triplet: 60, 8B and 89. RGB value is (96,139,137). Sum of RGB (Red+Green+Blue) = 96+139+137=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #608B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B89 is #9F7476. Grayscale: #7D7D7D. Windows color (decimal): -10450039 or 9014112. OLE color: 9014112.

HSL color Cylindrical-coordinate representation of color #608B89: hue angle of 177.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B89 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 137 -
CMYK 0.31 0 0.01 0.45
HSL 177.21º 0.18% 0.46% -
HSV(B) 177.21º 0.31% 0.55% -
XYZ 18.57 22.76 27.08 -
YUV 125.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 96 139 137 0.31 0 0.01 0.45 177.21 0.18 0.46
Hex 60 8B 89 1F 0 1 2D B1 12 2E
Octal 140 213 211 37 0 1 55 261 22 56
Binary 1100000 10001011 10001001 11111 0 1 101101 10110001 10010 101110

Color Harmonies of #608B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B89

Black with #608B89

Text Example


Text Example

White with #608B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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