Html Css Color HEX #68849D Bermuda Grey

📋 copy color: '#68849D'

red 104 ◦ green 132 ◦ blue 157

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

Shades of Bermuda Grey #68849D

Tints of Bermuda Grey #68849D

RGB

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

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

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

R = 26.46%
G = 33.59%
B = 39.95%

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

#68849D (or 0x68849D) is known color: Bermuda Grey. HEX triplet: 68, 84 and 9D. RGB value is (104,132,157). Sum of RGB (Red+Green+Blue) = 104+132+157=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #68849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849D is #977B62. Grayscale: #7E7E7E. Windows color (decimal): -9927523 or 10323048. OLE color: 10323048.

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

Color convert

RGB 104 132 157 -
CMYK 0.34 0.16 0 0.38
HSL 208.3º 0.21% 0.51% -
HSV(B) 208.3º 0.34% 0.62% -
XYZ 20.05 21.88 35.07 -
YUV 126.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 104 132 157 0.34 0.16 0 0.38 208.3 0.21 0.51
Hex 68 84 9D 22 10 0 26 D0 15 33
Octal 150 204 235 42 20 0 46 320 25 63
Binary 1101000 10000100 10011101 100010 10000 0 100110 11010000 10101 110011

Color Harmonies of #68849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68849D

Black with #68849D

Text Example


Text Example

White with #68849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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