Html Css Color HEX #68839C Bermuda Grey

📋 copy color: '#68839C'

red 104 ◦ green 131 ◦ blue 156

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

Shades of Bermuda Grey #68839C

Tints of Bermuda Grey #68839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 26.6%
G = 33.5%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68839C (or 0x68839C) is known color: Bermuda Grey. HEX triplet: 68, 83 and 9C. RGB value is (104,131,156). Sum of RGB (Red+Green+Blue) = 104+131+156=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #68839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68839C is #977C63. Grayscale: #7D7D7D. Windows color (decimal): -9927780 or 10257256. OLE color: 10257256.

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

Color convert

RGB 104 131 156 -
CMYK 0.33 0.16 0 0.39
HSL 208.85º 0.21% 0.51% -
HSV(B) 208.85º 0.33% 0.61% -
XYZ 19.83 21.58 34.57 -
YUV 125.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 104 131 156 0.33 0.16 0 0.39 208.85 0.21 0.51
Hex 68 83 9C 21 10 0 27 D1 15 33
Octal 150 203 234 41 20 0 47 321 25 63
Binary 1101000 10000011 10011100 100001 10000 0 100111 11010001 10101 110011

Color Harmonies of #68839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68839C

Black with #68839C

Text Example


Text Example

White with #68839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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