Html Css Color HEX #609392 Half Baked

📋 copy color: '#609392'

red 96 ◦ green 147 ◦ blue 146

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

Shades of Half Baked #609392

Tints of Half Baked #609392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 24.68%
G = 37.79%
B = 37.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#609392 (or 0x609392) is known color: Half Baked. HEX triplet: 60, 93 and 92. RGB value is (96,147,146). Sum of RGB (Red+Green+Blue) = 96+147+146=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #609392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609392 is #9F6C6D. Grayscale: #838383. Windows color (decimal): -10447982 or 9605984. OLE color: 9605984.

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

Color convert

RGB 96 147 146 -
CMYK 0.35 0 0.01 0.42
HSL 178.82º 0.21% 0.48% -
HSV(B) 178.82º 0.35% 0.58% -
XYZ 20.45 25.43 31.02 -
YUV 131.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 96 147 146 0.35 0 0.01 0.42 178.82 0.21 0.48
Hex 60 93 92 23 0 1 2A B3 15 30
Octal 140 223 222 43 0 1 52 263 25 60
Binary 1100000 10010011 10010010 100011 0 1 101010 10110011 10101 110000

Color Harmonies of #609392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609392

Black with #609392

Text Example


Text Example

White with #609392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609392; }

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

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

background-color css

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

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

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

border-color css

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

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

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