Html Css Color HEX #66948C Gumbo

📋 copy color: '#66948C'

red 102 ◦ green 148 ◦ blue 140

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

Shades of Gumbo #66948C

Tints of Gumbo #66948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 26.15%
G = 37.95%
B = 35.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#66948C (or 0x66948C) is known color: Gumbo. HEX triplet: 66, 94 and 8C. RGB value is (102,148,140). Sum of RGB (Red+Green+Blue) = 102+148+140=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #66948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948C is #996B73. Grayscale: #858585. Windows color (decimal): -10054516 or 9213030. OLE color: 9213030.

HSL color Cylindrical-coordinate representation of color #66948C: hue angle of 169.57º 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 #66948C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 140 -
CMYK 0.31 0 0.05 0.42
HSL 169.57º 0.18% 0.49% -
HSV(B) 169.57º 0.31% 0.58% -
XYZ 20.8 25.9 28.71 -
YUV 133.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 102 148 140 0.31 0 0.05 0.42 169.57 0.18 0.49
Hex 66 94 8C 1F 0 5 2A AA 12 31
Octal 146 224 214 37 0 5 52 252 22 61
Binary 1100110 10010100 10001100 11111 0 101 101010 10101010 10010 110001

Color Harmonies of #66948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66948C

Black with #66948C

Text Example


Text Example

White with #66948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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