#638B8C

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

Shades of Half Baked #638B8C

Tints of Half Baked #638B8C

Color information

#638B8C (or 0x638B8C) is unknown color: approx Half Baked. HEX triplet: 63, 8B and 8C. RGB value is (99,139,140). Sum of RGB (Red+Green+Blue) = 99+139+140=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #638B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B8C is #9C7473. Grayscale: #7F7F7F. Windows color (decimal): -10253428 or 9210723. OLE color: 9210723.

HSL color Cylindrical-coordinate representation of color #638B8C: hue angle of 181.46º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B8C is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99139140-
CMYK0.290.0100.45
HSL181.46º17.15%46.86%-
HSV(B)181.46º29.29%54.9%-
XYZ19.1123.0128.25-
YUV127.15135.25107.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=26.19%
G=36.77%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391400.290.0100.45181.4617.1546.86
Hex638B8C1D102Db5112f
Octal1432132143510552652157
Binary1100011100010111000110011101101011011011010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B8C; }

 p { color: rgb(99,139,140); }

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

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

 a { background-color: rgb(99,139,140); }

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

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

 span { border-color: rgb(99,139,140); }

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