Html Css Color HEX #639992 Gumbo

📋 copy color: '#639992'

red 99 ◦ green 153 ◦ blue 146

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

Shades of Gumbo #639992

Tints of Gumbo #639992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 24.87%
G = 38.44%
B = 36.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#639992 (or 0x639992) is known color: Gumbo. HEX triplet: 63, 99 and 92. RGB value is (99,153,146). Sum of RGB (Red+Green+Blue) = 99+153+146=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #639992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639992 is #9C666D. Grayscale: #888888. Windows color (decimal): -10249838 or 9607523. OLE color: 9607523.

HSL color Cylindrical-coordinate representation of color #639992: hue angle of 172.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639992 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 146 -
CMYK 0.35 0 0.05 0.4
HSL 172.22º 0.21% 0.49% -
HSV(B) 172.22º 0.35% 0.6% -
XYZ 21.73 27.51 31.36 -
YUV 136.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 99 153 146 0.35 0 0.05 0.4 172.22 0.21 0.49
Hex 63 99 92 23 0 5 28 AC 15 31
Octal 143 231 222 43 0 5 50 254 25 61
Binary 1100011 10011001 10010010 100011 0 101 101000 10101100 10101 110001

Color Harmonies of #639992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639992

Black with #639992

Text Example


Text Example

White with #639992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639992; }

 p { color: rgb(99,153,146); }

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

background-color css

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

 a { background-color: rgb(99,153,146); }

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

border-color css

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

 span { border-color: rgb(99,153,146); }

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