Html Css Color HEX #68859D Bermuda Grey

📋 copy color: '#68859D'

red 104 ◦ green 133 ◦ blue 157

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

Shades of Bermuda Grey #68859D

Tints of Bermuda Grey #68859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 26.4%
G = 33.76%
B = 39.85%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68859D (or 0x68859D) is known color: Bermuda Grey. HEX triplet: 68, 85 and 9D. RGB value is (104,133,157). Sum of RGB (Red+Green+Blue) = 104+133+157=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #68859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68859D is #977A62. Grayscale: #7E7E7E. Windows color (decimal): -9927267 or 10323304. OLE color: 10323304.

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

Color convert

RGB 104 133 157 -
CMYK 0.34 0.15 0 0.38
HSL 207.17º 0.21% 0.51% -
HSV(B) 207.17º 0.34% 0.62% -
XYZ 20.18 22.15 35.11 -
YUV 127.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 104 133 157 0.34 0.15 0 0.38 207.17 0.21 0.51
Hex 68 85 9D 22 F 0 26 CF 15 33
Octal 150 205 235 42 17 0 46 317 25 63
Binary 1101000 10000101 10011101 100010 1111 0 100110 11001111 10101 110011

Color Harmonies of #68859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68859D

Black with #68859D

Text Example


Text Example

White with #68859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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