Html Css Color HEX #68829E Bermuda Grey

📋 copy color: '#68829E'

red 104 ◦ green 130 ◦ blue 158

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

Shades of Bermuda Grey #68829E

Tints of Bermuda Grey #68829E

RGB

 RED value IS 104 (41.02% from 255) = 26.53%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 26.53%
G = 33.16%
B = 40.31%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68829E (or 0x68829E) is known color: Bermuda Grey. HEX triplet: 68, 82 and 9E. RGB value is (104,130,158). Sum of RGB (Red+Green+Blue) = 104+130+158=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #68829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68829E is #977D61. Grayscale: #7D7D7D. Windows color (decimal): -9928034 or 10388072. OLE color: 10388072.

HSL color Cylindrical-coordinate representation of color #68829E: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68829E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 130 158 -
CMYK 0.34 0.18 0 0.38
HSL 211.11º 0.22% 0.51% -
HSV(B) 211.11º 0.34% 0.62% -
XYZ 19.86 21.38 35.43 -
YUV 125.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 104 130 158 0.34 0.18 0 0.38 211.11 0.22 0.51
Hex 68 82 9E 22 12 0 26 D3 16 33
Octal 150 202 236 42 22 0 46 323 26 63
Binary 1101000 10000010 10011110 100010 10010 0 100110 11010011 10110 110011

Color Harmonies of #68829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68829E

Black with #68829E

Text Example


Text Example

White with #68829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68829E; }

 p { color: rgb(104,130,158); }

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

background-color css

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

 a { background-color: rgb(104,130,158); }

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

border-color css

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

 span { border-color: rgb(104,130,158); }

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