Html Css Color HEX #68889C Bermuda Grey

📋 copy color: '#68889C'

red 104 ◦ green 136 ◦ blue 156

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

Shades of Bermuda Grey #68889C

Tints of Bermuda Grey #68889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 26.26%
G = 34.34%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68889C (or 0x68889C) is known color: Bermuda Grey. HEX triplet: 68, 88 and 9C. RGB value is (104,136,156). Sum of RGB (Red+Green+Blue) = 104+136+156=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #68889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68889C is #977763. Grayscale: #808080. Windows color (decimal): -9926500 or 10258536. OLE color: 10258536.

HSL color Cylindrical-coordinate representation of color #68889C: hue angle of 203.08º degrees, saturation: 0.21, 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 #68889C is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 136 156 -
CMYK 0.33 0.13 0 0.39
HSL 203.08º 0.21% 0.51% -
HSV(B) 203.08º 0.33% 0.61% -
XYZ 20.51 22.95 34.8 -
YUV 128.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 104 136 156 0.33 0.13 0 0.39 203.08 0.21 0.51
Hex 68 88 9C 21 D 0 27 CB 15 33
Octal 150 210 234 41 15 0 47 313 25 63
Binary 1101000 10001000 10011100 100001 1101 0 100111 11001011 10101 110011

Color Harmonies of #68889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68889C

Black with #68889C

Text Example


Text Example

White with #68889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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