Html Css Color HEX #679088 Gumbo

📋 copy color: '#679088'

red 103 ◦ green 144 ◦ blue 136

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

Shades of Gumbo #679088

Tints of Gumbo #679088

RGB

 RED value IS 103 (40.63% from 255) = 26.89%

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 26.89%
G = 37.6%
B = 35.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#679088 (or 0x679088) is known color: Gumbo. HEX triplet: 67, 90 and 88. RGB value is (103,144,136). Sum of RGB (Red+Green+Blue) = 103+144+136=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #679088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679088 is #986F77. Grayscale: #828282. Windows color (decimal): -9990008 or 8949863. OLE color: 8949863.

HSL color Cylindrical-coordinate representation of color #679088: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679088 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 136 -
CMYK 0.28 0 0.06 0.44
HSL 168.29º 0.17% 0.48% -
HSV(B) 168.29º 0.28% 0.56% -
XYZ 20.01 24.61 26.99 -
YUV 130.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 103 144 136 0.28 0 0.06 0.44 168.29 0.17 0.48
Hex 67 90 88 1C 0 6 2C A8 11 30
Octal 147 220 210 34 0 6 54 250 21 60
Binary 1100111 10010000 10001000 11100 0 110 101100 10101000 10001 110000

Color Harmonies of #679088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679088

Black with #679088

Text Example


Text Example

White with #679088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679088; }

 p { color: rgb(103,144,136); }

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

background-color css

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

 a { background-color: rgb(103,144,136); }

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

border-color css

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

 span { border-color: rgb(103,144,136); }

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