Html Css Color HEX #66928D Gumbo

📋 copy color: '#66928D'

red 102 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #66928D

Tints of Gumbo #66928D

RGB

 RED value IS 102 (40.23% from 255) = 26.22%

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 26.22%
G = 37.53%
B = 36.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#66928D (or 0x66928D) is known color: Gumbo. HEX triplet: 66, 92 and 8D. RGB value is (102,146,141). Sum of RGB (Red+Green+Blue) = 102+146+141=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #66928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928D is #996D72. Grayscale: #848484. Windows color (decimal): -10055027 or 9278054. OLE color: 9278054.

HSL color Cylindrical-coordinate representation of color #66928D: hue angle of 173.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66928D is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 141 -
CMYK 0.30 0 0.03 0.43
HSL 173.18º 0.18% 0.49% -
HSV(B) 173.18º 0.3% 0.57% -
XYZ 20.57 25.31 29 -
YUV 132.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 102 146 141 0.30 0 0.03 0.43 173.18 0.18 0.49
Hex 66 92 8D 1E 0 3 2B AD 12 31
Octal 146 222 215 36 0 3 53 255 22 61
Binary 1100110 10010010 10001101 11110 0 11 101011 10101101 10010 110001

Color Harmonies of #66928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66928D

Black with #66928D

Text Example


Text Example

White with #66928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66928D; }

 p { color: rgb(102,146,141); }

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

background-color css

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

 a { background-color: rgb(102,146,141); }

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

border-color css

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

 span { border-color: rgb(102,146,141); }

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