#6692A5

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

Shades of Bermuda Grey #6692A5

Tints of Bermuda Grey #6692A5

Color information

#6692A5 (or 0x6692A5) is unknown color: approx Bermuda Grey. HEX triplet: 66, 92 and A5. RGB value is (102,146,165). Sum of RGB (Red+Green+Blue) = 102+146+165=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 165 - color contains mainly: blue. Hex color #6692A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692A5 is #996D5A. Grayscale: #868686. Windows color (decimal): -10055003 or 10850918. OLE color: 10850918.

HSL color Cylindrical-coordinate representation of color #6692A5: hue angle of 198.1º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6692A5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102146165-
CMYK0.380.1200.35
HSL198.1º25.93%52.35%-
HSV(B)198.1º38.18%64.71%-
XYZ22.5526.139.45-
YUV135.01144.92104.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=24.70%
G=35.35%
B=39.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021461650.380.1200.35198.125.9352.35
Hex6692A526C023c61a34
Octal14622224546140433063264
Binary11001101001001010100101100110110001000111100011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6692A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6692A5; }

 p { color: rgb(102,146,165); }

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

<style>
 a { background-color: #6692A5; }

 a { background-color: rgb(102,146,165); }

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

<style>
 span { border-color: #6692A5; }

 span { border-color: rgb(102,146,165); }

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