#69879D

Color #69879D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #69879D

Tints of Bermuda Grey #69879D

Color information

#69879D (or 0x69879D) is unknown color: approx Bermuda Grey. HEX triplet: 69, 87 and 9D. RGB value is (105,135,157). Sum of RGB (Red+Green+Blue) = 105+135+157=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 135 (53.12% from 255 or 34.01% 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 #69879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69879D is #967862. Grayscale: #808080. Windows color (decimal): -9861219 or 10323817. OLE color: 10323817.

HSL color Cylindrical-coordinate representation of color #69879D: hue angle of 205.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69879D is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105135157-
CMYK0.330.1400.38
HSL205.38º20.97%51.37%-
HSV(B)205.38º33.12%61.57%-
XYZ20.5822.7735.21-
YUV128.54144.06111.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=26.45%
G=34.01%
B=39.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051351570.330.1400.38205.3820.9751.37
Hex69879D21E026cd1533
Octal15120723541160463152563
Binary11010011000011110011101100001111001001101100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,135,157); }

 H1.HeaderClassName
 {
   color: #69879D;
 }
 .AnyTagClassName
 {
   color: #69879D;
 }
</style>
background-color css

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

 a { background-color: rgb(105,135,157); }

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

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

 span { border-color: rgb(105,135,157); }

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