Html Css Color HEX #68869D Bermuda Grey

📋 copy color: '#68869D'

red 104 ◦ green 134 ◦ blue 157

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

Shades of Bermuda Grey #68869D

Tints of Bermuda Grey #68869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 26.33%
G = 33.92%
B = 39.75%

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

#68869D (or 0x68869D) is known color: Bermuda Grey. HEX triplet: 68, 86 and 9D. RGB value is (104,134,157). Sum of RGB (Red+Green+Blue) = 104+134+157=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #68869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869D is #977962. Grayscale: #7F7F7F. Windows color (decimal): -9927011 or 10323560. OLE color: 10323560.

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

Color convert

RGB 104 134 157 -
CMYK 0.34 0.15 0 0.38
HSL 206.04º 0.21% 0.51% -
HSV(B) 206.04º 0.34% 0.62% -
XYZ 20.32 22.43 35.16 -
YUV 127.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 104 134 157 0.34 0.15 0 0.38 206.04 0.21 0.51
Hex 68 86 9D 22 F 0 26 CE 15 33
Octal 150 206 235 42 17 0 46 316 25 63
Binary 1101000 10000110 10011101 100010 1111 0 100110 11001110 10101 110011

Color Harmonies of #68869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68869D

Black with #68869D

Text Example


Text Example

White with #68869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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