#69869D

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

Shades of Bermuda Grey #69869D

Tints of Bermuda Grey #69869D

Color information

#69869D (or 0x69869D) is unknown color: approx Bermuda Grey. HEX triplet: 69, 86 and 9D. RGB value is (105,134,157). Sum of RGB (Red+Green+Blue) = 105+134+157=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #69869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69869D is #967962. Grayscale: #7F7F7F. Windows color (decimal): -9861475 or 10323561. OLE color: 10323561.

HSL color Cylindrical-coordinate representation of color #69869D: hue angle of 206.54º 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 #69869D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105134157-
CMYK0.330.1500.38
HSL206.54º20.97%51.37%-
HSV(B)206.54º33.12%61.57%-
XYZ20.4422.4935.16-
YUV127.95144.39111.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=26.52%
G=33.84%
B=39.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051341570.330.1500.38206.5420.9751.37
Hex69869D21F026cf1533
Octal15120623541170463172563
Binary11010011000011010011101100001111101001101100111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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