#6693A4

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

Shades of Bermuda Grey #6693A4

Tints of Bermuda Grey #6693A4

Color information

#6693A4 (or 0x6693A4) is unknown color: approx Bermuda Grey. HEX triplet: 66, 93 and A4. RGB value is (102,147,164). Sum of RGB (Red+Green+Blue) = 102+147+164=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #6693A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693A4 is #996C5B. Grayscale: #878787. Windows color (decimal): -10054748 or 10785638. OLE color: 10785638.

HSL color Cylindrical-coordinate representation of color #6693A4: hue angle of 196.45º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6693A4 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102147164-
CMYK0.380.1000.36
HSL196.45º25.41%52.16%-
HSV(B)196.45º37.8%64.31%-
XYZ22.6126.3739.02-
YUV135.48144.09104.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=24.70%
G=35.59%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021471640.380.1000.36196.4525.4152.16
Hex6693A426A024c41934
Octal14622324446120443043164
Binary11001101001001110100100100110101001001001100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6693A4; }

 p { color: rgb(102,147,164); }

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

<style>
 a { background-color: #6693A4; }

 a { background-color: rgb(102,147,164); }

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

<style>
 span { border-color: #6693A4; }

 span { border-color: rgb(102,147,164); }

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