#69879E

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

Shades of Bermuda Grey #69879E

Tints of Bermuda Grey #69879E

Color information

#69879E (or 0x69879E) is unknown color: approx Bermuda Grey. HEX triplet: 69, 87 and 9E. RGB value is (105,135,158). Sum of RGB (Red+Green+Blue) = 105+135+158=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #69879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69879E is #967861. Grayscale: #808080. Windows color (decimal): -9861218 or 10389353. OLE color: 10389353.

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

Color convert

RGB105135158-
CMYK0.340.1500.38
HSL206.04º21.46%51.57%-
HSV(B)206.04º33.54%61.96%-
XYZ20.6622.835.66-
YUV128.65144.56111.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=26.38%
G=33.92%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051351580.340.1500.38206.0421.4651.57
Hex69879E22F026ce1534
Octal15120723642170463162564
Binary11010011000011110011110100010111101001101100111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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