Html Css Color HEX #609497 Half Baked

📋 copy color: '#609497'

red 96 ◦ green 148 ◦ blue 151

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

Shades of Half Baked #609497

Tints of Half Baked #609497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 24.3%
G = 37.47%
B = 38.23%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#609497 (or 0x609497) is known color: Half Baked. HEX triplet: 60, 94 and 97. RGB value is (96,148,151). Sum of RGB (Red+Green+Blue) = 96+148+151=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #609497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609497 is #9F6B68. Grayscale: #848484. Windows color (decimal): -10447721 or 9933920. OLE color: 9933920.

HSL color Cylindrical-coordinate representation of color #609497: hue angle of 183.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609497 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 148 151 -
CMYK 0.36 0.02 0 0.41
HSL 183.27º 0.22% 0.48% -
HSV(B) 183.27º 0.36% 0.59% -
XYZ 21 25.9 33.17 -
YUV 132.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 96 148 151 0.36 0.02 0 0.41 183.27 0.22 0.48
Hex 60 94 97 24 2 0 29 B7 16 30
Octal 140 224 227 44 2 0 51 267 26 60
Binary 1100000 10010100 10010111 100100 10 0 101001 10110111 10110 110000

Color Harmonies of #609497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609497

Black with #609497

Text Example


Text Example

White with #609497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609497; }

 p { color: rgb(96,148,151); }

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

background-color css

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

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

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

border-color css

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

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

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