Html Css Color HEX #68879E Bermuda Grey

📋 copy color: '#68879E'

red 104 ◦ green 135 ◦ blue 158

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

Shades of Bermuda Grey #68879E

Tints of Bermuda Grey #68879E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 26.2%
G = 34.01%
B = 39.8%

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

#68879E (or 0x68879E) is known color: Bermuda Grey. HEX triplet: 68, 87 and 9E. RGB value is (104,135,158). Sum of RGB (Red+Green+Blue) = 104+135+158=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #68879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68879E is #977861. Grayscale: #808080. Windows color (decimal): -9926754 or 10389352. OLE color: 10389352.

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

Color convert

RGB 104 135 158 -
CMYK 0.34 0.15 0 0.38
HSL 205.56º 0.22% 0.51% -
HSV(B) 205.56º 0.34% 0.62% -
XYZ 20.54 22.74 35.65 -
YUV 128.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 104 135 158 0.34 0.15 0 0.38 205.56 0.22 0.51
Hex 68 87 9E 22 F 0 26 CE 16 33
Octal 150 207 236 42 17 0 46 316 26 63
Binary 1101000 10000111 10011110 100010 1111 0 100110 11001110 10110 110011

Color Harmonies of #68879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68879E

Black with #68879E

Text Example


Text Example

White with #68879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68879E; }

 p { color: rgb(104,135,158); }

 H1.HeaderClassName
 {
   color: #68879E;
 }
 .AnyTagClassName
 {
   color: #68879E;
 }
</style>

background-color css

<style>
 a { background-color: #68879E; }

 a { background-color: rgb(104,135,158); }

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

border-color css

<style>
 span { border-color: #68879E; }

 span { border-color: rgb(104,135,158); }

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