Html Css Color HEX #62948C Gumbo

📋 copy color: '#62948C'

red 98 ◦ green 148 ◦ blue 140

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

Shades of Gumbo #62948C

Tints of Gumbo #62948C

RGB

 RED value IS 98 (38.67% from 255) = 25.39%

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

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

R = 25.39%
G = 38.34%
B = 36.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#62948C (or 0x62948C) is known color: Gumbo. HEX triplet: 62, 94 and 8C. RGB value is (98,148,140). Sum of RGB (Red+Green+Blue) = 98+148+140=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #62948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62948C is #9D6B73. Grayscale: #848484. Windows color (decimal): -10316660 or 9213026. OLE color: 9213026.

HSL color Cylindrical-coordinate representation of color #62948C: hue angle of 170.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62948C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 140 -
CMYK 0.34 0 0.05 0.42
HSL 170.4º 0.2% 0.48% -
HSV(B) 170.4º 0.34% 0.58% -
XYZ 20.36 25.67 28.69 -
YUV 132.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 98 148 140 0.34 0 0.05 0.42 170.4 0.2 0.48
Hex 62 94 8C 22 0 5 2A AA 14 30
Octal 142 224 214 42 0 5 52 252 24 60
Binary 1100010 10010100 10001100 100010 0 101 101010 10101010 10100 110000

Color Harmonies of #62948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62948C

Black with #62948C

Text Example


Text Example

White with #62948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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