Html Css Color HEX #64988F Gumbo

📋 copy color: '#64988F'

red 100 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #64988F

Tints of Gumbo #64988F

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 25.32%
G = 38.48%
B = 36.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#64988F (or 0x64988F) is known color: Gumbo. HEX triplet: 64, 98 and 8F. RGB value is (100,152,143). Sum of RGB (Red+Green+Blue) = 100+152+143=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #64988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64988F is #9B6770. Grayscale: #878787. Windows color (decimal): -10184561 or 9410660. OLE color: 9410660.

HSL color Cylindrical-coordinate representation of color #64988F: hue angle of 169.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64988F is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 143 -
CMYK 0.34 0 0.06 0.40
HSL 169.62º 0.21% 0.49% -
HSV(B) 169.62º 0.34% 0.6% -
XYZ 21.44 27.15 30.1 -
YUV 135.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 100 152 143 0.34 0 0.06 0.40 169.62 0.21 0.49
Hex 64 98 8F 22 0 6 28 AA 15 31
Octal 144 230 217 42 0 6 50 252 25 61
Binary 1100100 10011000 10001111 100010 0 110 101000 10101010 10101 110001

Color Harmonies of #64988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64988F

Black with #64988F

Text Example


Text Example

White with #64988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64988F; }

 p { color: rgb(100,152,143); }

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

background-color css

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

 a { background-color: rgb(100,152,143); }

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

border-color css

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

 span { border-color: rgb(100,152,143); }

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