Html Css Color HEX #67948B Gumbo

📋 copy color: '#67948B'

red 103 ◦ green 148 ◦ blue 139

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

Shades of Gumbo #67948B

Tints of Gumbo #67948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 26.41%
G = 37.95%
B = 35.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#67948B (or 0x67948B) is known color: Gumbo. HEX triplet: 67, 94 and 8B. RGB value is (103,148,139). Sum of RGB (Red+Green+Blue) = 103+148+139=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #67948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948B is #986B74. Grayscale: #858585. Windows color (decimal): -9988981 or 9147495. OLE color: 9147495.

HSL color Cylindrical-coordinate representation of color #67948B: hue angle of 168º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67948B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 139 -
CMYK 0.30 0 0.06 0.42
HSL 168º 0.18% 0.49% -
HSV(B) 168º 0.3% 0.58% -
XYZ 20.84 25.93 28.33 -
YUV 133.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 103 148 139 0.30 0 0.06 0.42 168 0.18 0.49
Hex 67 94 8B 1E 0 6 2A A8 12 31
Octal 147 224 213 36 0 6 52 250 22 61
Binary 1100111 10010100 10001011 11110 0 110 101010 10101000 10010 110001

Color Harmonies of #67948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67948B

Black with #67948B

Text Example


Text Example

White with #67948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67948B; }

 p { color: rgb(103,148,139); }

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

background-color css

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

 a { background-color: rgb(103,148,139); }

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

border-color css

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

 span { border-color: rgb(103,148,139); }

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