#639093

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

Shades of Half Baked #639093

Tints of Half Baked #639093

Color information

#639093 (or 0x639093) is unknown color: approx Half Baked. HEX triplet: 63, 90 and 93. RGB value is (99,144,147). Sum of RGB (Red+Green+Blue) = 99+144+147=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #639093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639093 is #9C6F6C. Grayscale: #828282. Windows color (decimal): -10252141 or 9670755. OLE color: 9670755.

HSL color Cylindrical-coordinate representation of color #639093: hue angle of 183.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639093 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99144147-
CMYK0.330.0200.42
HSL183.75º19.51%48.24%-
HSV(B)183.75º32.65%57.65%-
XYZ20.3924.7131.3-
YUV130.89137.09105.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=25.38%
G=36.92%
B=37.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991441470.330.0200.42183.7519.5148.24
Hex63909321202Ab81430
Octal1432202234120522702460
Binary110001110010000100100111000011001010101011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639093; }

 p { color: rgb(99,144,147); }

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

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

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

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

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

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

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