Html Css Color HEX #68849E Bermuda Grey

📋 copy color: '#68849E'

red 104 ◦ green 132 ◦ blue 158

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

Shades of Bermuda Grey #68849E

Tints of Bermuda Grey #68849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 26.4%
G = 33.5%
B = 40.1%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68849E (or 0x68849E) is known color: Bermuda Grey. HEX triplet: 68, 84 and 9E. RGB value is (104,132,158). Sum of RGB (Red+Green+Blue) = 104+132+158=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #68849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849E is #977B61. Grayscale: #7E7E7E. Windows color (decimal): -9927522 or 10388584. OLE color: 10388584.

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

Color convert

RGB 104 132 158 -
CMYK 0.34 0.16 0 0.38
HSL 208.89º 0.22% 0.51% -
HSV(B) 208.89º 0.34% 0.62% -
XYZ 20.13 21.91 35.52 -
YUV 126.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 104 132 158 0.34 0.16 0 0.38 208.89 0.22 0.51
Hex 68 84 9E 22 10 0 26 D1 16 33
Octal 150 204 236 42 20 0 46 321 26 63
Binary 1101000 10000100 10011110 100010 10000 0 100110 11010001 10110 110011

Color Harmonies of #68849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68849E

Black with #68849E

Text Example


Text Example

White with #68849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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