Html Css Color HEX #66948F Gumbo

📋 copy color: '#66948F'

red 102 ◦ green 148 ◦ blue 143

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

Shades of Gumbo #66948F

Tints of Gumbo #66948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 25.95%
G = 37.66%
B = 36.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#66948F (or 0x66948F) is known color: Gumbo. HEX triplet: 66, 94 and 8F. RGB value is (102,148,143). Sum of RGB (Red+Green+Blue) = 102+148+143=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #66948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948F is #996B70. Grayscale: #858585. Windows color (decimal): -10054513 or 9409638. OLE color: 9409638.

HSL color Cylindrical-coordinate representation of color #66948F: hue angle of 173.48º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66948F is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 143 -
CMYK 0.31 0 0.03 0.42
HSL 173.48º 0.18% 0.49% -
HSV(B) 173.48º 0.31% 0.58% -
XYZ 21.03 25.99 29.89 -
YUV 133.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 102 148 143 0.31 0 0.03 0.42 173.48 0.18 0.49
Hex 66 94 8F 1F 0 3 2A AD 12 31
Octal 146 224 217 37 0 3 52 255 22 61
Binary 1100110 10010100 10001111 11111 0 11 101010 10101101 10010 110001

Color Harmonies of #66948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66948F

Black with #66948F

Text Example


Text Example

White with #66948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,148,143); }

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

background-color css

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

 a { background-color: rgb(102,148,143); }

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

border-color css

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

 span { border-color: rgb(102,148,143); }

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