Html Css Color HEX #68869B Bermuda Grey

📋 copy color: '#68869B'

red 104 ◦ green 134 ◦ blue 155

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

Shades of Bermuda Grey #68869B

Tints of Bermuda Grey #68869B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 26.46%
G = 34.1%
B = 39.44%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68869B (or 0x68869B) is known color: Bermuda Grey. HEX triplet: 68, 86 and 9B. RGB value is (104,134,155). Sum of RGB (Red+Green+Blue) = 104+134+155=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #68869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68869B is #977964. Grayscale: #7F7F7F. Windows color (decimal): -9927013 or 10192488. OLE color: 10192488.

HSL color Cylindrical-coordinate representation of color #68869B: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68869B is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 134 155 -
CMYK 0.33 0.14 0 0.39
HSL 204.71º 0.2% 0.51% -
HSV(B) 204.71º 0.33% 0.61% -
XYZ 20.15 22.36 34.26 -
YUV 127.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 104 134 155 0.33 0.14 0 0.39 204.71 0.2 0.51
Hex 68 86 9B 21 E 0 27 CD 14 33
Octal 150 206 233 41 16 0 47 315 24 63
Binary 1101000 10000110 10011011 100001 1110 0 100111 11001101 10100 110011

Color Harmonies of #68869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68869B

Black with #68869B

Text Example


Text Example

White with #68869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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