Html Css Color HEX #639195 Half Baked

📋 copy color: '#639195'

red 99 ◦ green 145 ◦ blue 149

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

Shades of Half Baked #639195

Tints of Half Baked #639195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 25.19%
G = 36.9%
B = 37.91%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#639195 (or 0x639195) is known color: Half Baked. HEX triplet: 63, 91 and 95. RGB value is (99,145,149). Sum of RGB (Red+Green+Blue) = 99+145+149=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #639195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639195 is #9C6E6A. Grayscale: #838383. Windows color (decimal): -10251883 or 9802083. OLE color: 9802083.

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

Color convert

RGB 99 145 149 -
CMYK 0.34 0.03 0 0.42
HSL 184.8º 0.2% 0.49% -
HSV(B) 184.8º 0.34% 0.58% -
XYZ 20.7 25.07 32.18 -
YUV 131.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 99 145 149 0.34 0.03 0 0.42 184.8 0.2 0.49
Hex 63 91 95 22 3 0 2A B9 14 31
Octal 143 221 225 42 3 0 52 271 24 61
Binary 1100011 10010001 10010101 100010 11 0 101010 10111001 10100 110001

Color Harmonies of #639195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639195

Black with #639195

Text Example


Text Example

White with #639195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639195; }

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

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

background-color css

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

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

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

border-color css

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

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

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