Html Css Color HEX #608988 Half Baked

📋 copy color: '#608988'

red 96 ◦ green 137 ◦ blue 136

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

Shades of Half Baked #608988

Tints of Half Baked #608988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 26.02%
G = 37.13%
B = 36.86%

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

#608988 (or 0x608988) is known color: Half Baked. HEX triplet: 60, 89 and 88. RGB value is (96,137,136). Sum of RGB (Red+Green+Blue) = 96+137+136=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #608988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608988 is #9F7677. Grayscale: #7C7C7C. Windows color (decimal): -10450552 or 8948064. OLE color: 8948064.

HSL color Cylindrical-coordinate representation of color #608988: hue angle of 178.54º 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 #608988 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 136 -
CMYK 0.30 0 0.01 0.46
HSL 178.54º 0.18% 0.46% -
HSV(B) 178.54º 0.3% 0.54% -
XYZ 18.21 22.16 26.61 -
YUV 124.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 96 137 136 0.30 0 0.01 0.46 178.54 0.18 0.46
Hex 60 89 88 1E 0 1 2E B3 12 2E
Octal 140 211 210 36 0 1 56 263 22 56
Binary 1100000 10001001 10001000 11110 0 1 101110 10110011 10010 101110

Color Harmonies of #608988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608988

Black with #608988

Text Example


Text Example

White with #608988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608988; }

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

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

background-color css

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

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

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

border-color css

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

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

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