#61898A

Color #61898A Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #61898A

Tints of Half Baked #61898A

Color information

#61898A (or 0x61898A) is unknown color: approx Half Baked. HEX triplet: 61, 89 and 8A. RGB value is (97,137,138). Sum of RGB (Red+Green+Blue) = 97+137+138=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #61898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898A is #9E7675. Grayscale: #7D7D7D. Windows color (decimal): -10385014 or 9079137. OLE color: 9079137.

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

Color convert

RGB97137138-
CMYK0.300.0100.46
HSL181.46º17.45%46.08%-
HSV(B)181.46º29.71%54.12%-
XYZ18.4622.2727.37-
YUV125.15135.25107.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=26.08%
G=36.83%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371380.300.0100.46181.4617.4546.08
Hex61898A1E102Eb5112e
Octal1412112123610562652156
Binary1100001100010011000101011110101011101011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61898A; }

 p { color: rgb(97,137,138); }

 H1.HeaderClassName
 {
   color: #61898A;
 }
 .AnyTagClassName
 {
   color: #61898A;
 }
</style>
background-color css

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

 a { background-color: rgb(97,137,138); }

 div.DivClassName
 {
   background-color: #61898A;
 }
 .BgClassName
 {
   background-color: #61898A;
 }
</style>
border-color css

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

 span { border-color: rgb(97,137,138); }

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