#69859E

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

Shades of Bermuda Grey #69859E

Tints of Bermuda Grey #69859E

Color information

#69859E (or 0x69859E) is unknown color: approx Bermuda Grey. HEX triplet: 69, 85 and 9E. RGB value is (105,133,158). Sum of RGB (Red+Green+Blue) = 105+133+158=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #69859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69859E is #967A61. Grayscale: #7F7F7F. Windows color (decimal): -9861730 or 10388841. OLE color: 10388841.

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

Color convert

RGB105133158-
CMYK0.340.1600.38
HSL208.3º21.46%51.57%-
HSV(B)208.3º33.54%61.96%-
XYZ20.3822.2535.57-
YUV127.48145.22111.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=26.52%
G=33.59%
B=39.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051331580.340.1600.38208.321.4651.57
Hex69859E2210026d01534
Octal15120523642200463202564
Binary110100110000101100111101000101000001001101101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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