Html Css Color HEX #608D93 Half Baked

📋 copy color: '#608D93'

red 96 ◦ green 141 ◦ blue 147

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

Shades of Half Baked #608D93

Tints of Half Baked #608D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 25%
G = 36.72%
B = 38.28%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608D93 (or 0x608D93) is known color: Half Baked. HEX triplet: 60, 8D and 93. RGB value is (96,141,147). Sum of RGB (Red+Green+Blue) = 96+141+147=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #608D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D93 is #9F726C. Grayscale: #808080. Windows color (decimal): -10449517 or 9669984. OLE color: 9669984.

HSL color Cylindrical-coordinate representation of color #608D93: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608D93 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 141 147 -
CMYK 0.35 0.04 0 0.42
HSL 187.06º 0.21% 0.48% -
HSV(B) 187.06º 0.35% 0.58% -
XYZ 19.62 23.64 31.13 -
YUV 128.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 96 141 147 0.35 0.04 0 0.42 187.06 0.21 0.48
Hex 60 8D 93 23 4 0 2A BB 15 30
Octal 140 215 223 43 4 0 52 273 25 60
Binary 1100000 10001101 10010011 100011 100 0 101010 10111011 10101 110000

Color Harmonies of #608D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D93

Black with #608D93

Text Example


Text Example

White with #608D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,147); }

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

background-color css

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

 a { background-color: rgb(96,141,147); }

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

border-color css

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

 span { border-color: rgb(96,141,147); }

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