Html Css Color HEX #68839D Bermuda Grey

📋 copy color: '#68839D'

red 104 ◦ green 131 ◦ blue 157

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

Shades of Bermuda Grey #68839D

Tints of Bermuda Grey #68839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 26.53%
G = 33.42%
B = 40.05%

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

#68839D (or 0x68839D) is known color: Bermuda Grey. HEX triplet: 68, 83 and 9D. RGB value is (104,131,157). Sum of RGB (Red+Green+Blue) = 104+131+157=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #68839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839D is #977C62. Grayscale: #7D7D7D. Windows color (decimal): -9927779 or 10322792. OLE color: 10322792.

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

Color convert

RGB 104 131 157 -
CMYK 0.34 0.17 0 0.38
HSL 209.43º 0.21% 0.51% -
HSV(B) 209.43º 0.34% 0.62% -
XYZ 19.91 21.61 35.02 -
YUV 125.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 104 131 157 0.34 0.17 0 0.38 209.43 0.21 0.51
Hex 68 83 9D 22 11 0 26 D1 15 33
Octal 150 203 235 42 21 0 46 321 25 63
Binary 1101000 10000011 10011101 100010 10001 0 100110 11010001 10101 110011

Color Harmonies of #68839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68839D

Black with #68839D

Text Example


Text Example

White with #68839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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