Html Css Color HEX #639395 Half Baked

📋 copy color: '#639395'

red 99 ◦ green 147 ◦ blue 149

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

Shades of Half Baked #639395

Tints of Half Baked #639395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 25.06%
G = 37.22%
B = 37.72%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#639395 (or 0x639395) is known color: Half Baked. HEX triplet: 63, 93 and 95. RGB value is (99,147,149). Sum of RGB (Red+Green+Blue) = 99+147+149=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #639395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639395 is #9C6C6A. Grayscale: #848484. Windows color (decimal): -10251371 or 9802595. OLE color: 9802595.

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

Color convert

RGB 99 147 149 -
CMYK 0.34 0.01 0 0.42
HSL 182.4º 0.2% 0.49% -
HSV(B) 182.4º 0.34% 0.58% -
XYZ 21 25.69 32.29 -
YUV 132.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 99 147 149 0.34 0.01 0 0.42 182.4 0.2 0.49
Hex 63 93 95 22 1 0 2A B6 14 31
Octal 143 223 225 42 1 0 52 266 24 61
Binary 1100011 10010011 10010101 100010 1 0 101010 10110110 10100 110001

Color Harmonies of #639395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639395

Black with #639395

Text Example


Text Example

White with #639395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639395; }

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

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

background-color css

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

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

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

border-color css

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

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

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