Html Css Color HEX #68839E Bermuda Grey

📋 copy color: '#68839E'

red 104 ◦ green 131 ◦ blue 158

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

Shades of Bermuda Grey #68839E

Tints of Bermuda Grey #68839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 26.46%
G = 33.33%
B = 40.2%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68839E (or 0x68839E) is known color: Bermuda Grey. HEX triplet: 68, 83 and 9E. RGB value is (104,131,158). Sum of RGB (Red+Green+Blue) = 104+131+158=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #68839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839E is #977C61. Grayscale: #7D7D7D. Windows color (decimal): -9927778 or 10388328. OLE color: 10388328.

HSL color Cylindrical-coordinate representation of color #68839E: hue angle of 210º 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 #68839E is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 131 158 -
CMYK 0.34 0.17 0 0.38
HSL 210º 0.22% 0.51% -
HSV(B) 210º 0.34% 0.62% -
XYZ 20 21.64 35.47 -
YUV 126.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 104 131 158 0.34 0.17 0 0.38 210 0.22 0.51
Hex 68 83 9E 22 11 0 26 D2 16 33
Octal 150 203 236 42 21 0 46 322 26 63
Binary 1101000 10000011 10011110 100010 10001 0 100110 11010010 10110 110011

Color Harmonies of #68839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68839E

Black with #68839E

Text Example


Text Example

White with #68839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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