Html Css Color HEX #639391 Half Baked

📋 copy color: '#639391'

red 99 ◦ green 147 ◦ blue 145

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

Shades of Half Baked #639391

Tints of Half Baked #639391

RGB

 RED value IS 99 (39.06% from 255) = 25.32%

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 25.32%
G = 37.6%
B = 37.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#639391 (or 0x639391) is known color: Half Baked. HEX triplet: 63, 93 and 91. RGB value is (99,147,145). Sum of RGB (Red+Green+Blue) = 99+147+145=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #639391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639391 is #9C6C6E. Grayscale: #848484. Windows color (decimal): -10251375 or 9540451. OLE color: 9540451.

HSL color Cylindrical-coordinate representation of color #639391: hue angle of 177.5º 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 #639391 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 145 -
CMYK 0.33 0 0.01 0.42
HSL 177.5º 0.2% 0.48% -
HSV(B) 177.5º 0.33% 0.58% -
XYZ 20.69 25.56 30.63 -
YUV 132.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 99 147 145 0.33 0 0.01 0.42 177.5 0.2 0.48
Hex 63 93 91 21 0 1 2A B2 14 30
Octal 143 223 221 41 0 1 52 262 24 60
Binary 1100011 10010011 10010001 100001 0 1 101010 10110010 10100 110000

Color Harmonies of #639391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639391

Black with #639391

Text Example


Text Example

White with #639391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639391; }

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

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

background-color css

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

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

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

border-color css

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

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

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