Html Css Color HEX #68889D Bermuda Grey

📋 copy color: '#68889D'

red 104 ◦ green 136 ◦ blue 157

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

Shades of Bermuda Grey #68889D

Tints of Bermuda Grey #68889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 26.2%
G = 34.26%
B = 39.55%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68889D (or 0x68889D) is known color: Bermuda Grey. HEX triplet: 68, 88 and 9D. RGB value is (104,136,157). Sum of RGB (Red+Green+Blue) = 104+136+157=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #68889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68889D is #977762. Grayscale: #808080. Windows color (decimal): -9926499 or 10324072. OLE color: 10324072.

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

Color convert

RGB 104 136 157 -
CMYK 0.34 0.13 0 0.38
HSL 203.77º 0.21% 0.51% -
HSV(B) 203.77º 0.34% 0.62% -
XYZ 20.6 22.99 35.25 -
YUV 128.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 104 136 157 0.34 0.13 0 0.38 203.77 0.21 0.51
Hex 68 88 9D 22 D 0 26 CC 15 33
Octal 150 210 235 42 15 0 46 314 25 63
Binary 1101000 10001000 10011101 100010 1101 0 100110 11001100 10101 110011

Color Harmonies of #68889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68889D

Black with #68889D

Text Example


Text Example

White with #68889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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