#618C8F

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

Shades of Half Baked #618C8F

Tints of Half Baked #618C8F

Color information

#618C8F (or 0x618C8F) is unknown color: approx Half Baked. HEX triplet: 61, 8C and 8F. RGB value is (97,140,143). Sum of RGB (Red+Green+Blue) = 97+140+143=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #618C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C8F is #9E7370. Grayscale: #7F7F7F. Windows color (decimal): -10384241 or 9407585. OLE color: 9407585.

HSL color Cylindrical-coordinate representation of color #618C8F: hue angle of 183.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618C8F is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97140143-
CMYK0.320.0200.44
HSL183.91º19.17%47.06%-
HSV(B)183.91º32.17%56.08%-
XYZ19.2723.2829.46-
YUV127.48136.75106.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=25.53%
G=36.84%
B=37.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971401430.320.0200.44183.9119.1747.06
Hex618C8F20202Cb8132f
Octal1412142174020542702357
Binary110000110001100100011111000001001011001011100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618C8F; }

 p { color: rgb(97,140,143); }

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

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

 a { background-color: rgb(97,140,143); }

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

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

 span { border-color: rgb(97,140,143); }

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