Html Css Color HEX #639B91 Gumbo

📋 copy color: '#639B91'

red 99 ◦ green 155 ◦ blue 145

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

Shades of Gumbo #639B91

Tints of Gumbo #639B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 24.81%
G = 38.85%
B = 36.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#639B91 (or 0x639B91) is known color: Gumbo. HEX triplet: 63, 9B and 91. RGB value is (99,155,145). Sum of RGB (Red+Green+Blue) = 99+155+145=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #639B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B91 is #9C646E. Grayscale: #898989. Windows color (decimal): -10249327 or 9542499. OLE color: 9542499.

HSL color Cylindrical-coordinate representation of color #639B91: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B91 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 145 -
CMYK 0.36 0 0.06 0.39
HSL 169.29º 0.22% 0.5% -
HSV(B) 169.29º 0.36% 0.61% -
XYZ 21.98 28.14 31.06 -
YUV 137.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 99 155 145 0.36 0 0.06 0.39 169.29 0.22 0.5
Hex 63 9B 91 24 0 6 27 A9 16 32
Octal 143 233 221 44 0 6 47 251 26 62
Binary 1100011 10011011 10010001 100100 0 110 100111 10101001 10110 110010

Color Harmonies of #639B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B91

Black with #639B91

Text Example


Text Example

White with #639B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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