Html Css Color HEX #609393 Half Baked

📋 copy color: '#609393'

red 96 ◦ green 147 ◦ blue 147

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

Shades of Half Baked #609393

Tints of Half Baked #609393

RGB

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

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

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

R = 24.62%
G = 37.69%
B = 37.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#609393 (or 0x609393) is known color: Half Baked. HEX triplet: 60, 93 and 93. RGB value is (96,147,147). Sum of RGB (Red+Green+Blue) = 96+147+147=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #609393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609393 is #9F6C6C. Grayscale: #838383. Windows color (decimal): -10447981 or 9671520. OLE color: 9671520.

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

Color convert

RGB 96 147 147 -
CMYK 0.35 0 0 0.42
HSL 180º 0.21% 0.48% -
HSV(B) 180º 0.35% 0.58% -
XYZ 20.52 25.46 31.44 -
YUV 131.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 96 147 147 0.35 0 0 0.42 180 0.21 0.48
Hex 60 93 93 23 0 0 2A B4 15 30
Octal 140 223 223 43 0 0 52 264 25 60
Binary 1100000 10010011 10010011 100011 0 0 101010 10110100 10101 110000

Color Harmonies of #609393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609393

Black with #609393

Text Example


Text Example

White with #609393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609393; }

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

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

background-color css

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

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

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

border-color css

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

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

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