#6895A5

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

Shades of Bermuda Grey #6895A5

Tints of Bermuda Grey #6895A5

Color information

#6895A5 (or 0x6895A5) is unknown color: approx Bermuda Grey. HEX triplet: 68, 95 and A5. RGB value is (104,149,165). Sum of RGB (Red+Green+Blue) = 104+149+165=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #6895A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6895A5 is #976A5A. Grayscale: #898989. Windows color (decimal): -9923163 or 10851688. OLE color: 10851688.

HSL color Cylindrical-coordinate representation of color #6895A5: hue angle of 195.74º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6895A5 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB104149165-
CMYK0.370.1000.35
HSL195.74º25.31%52.75%-
HSV(B)195.74º36.97%64.71%-
XYZ23.2527.1539.61-
YUV137.37143.59104.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=24.88%
G=35.65%
B=39.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041491650.370.1000.35195.7425.3152.75
Hex6895A525A023c41935
Octal15022524545120433043165
Binary11010001001010110100101100101101001000111100010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,149,165); }

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

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

 a { background-color: rgb(104,149,165); }

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

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

 span { border-color: rgb(104,149,165); }

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