#6A8CAB

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

Shades of Bermuda Grey #6A8CAB

Tints of Bermuda Grey #6A8CAB

Color information

#6A8CAB (or 0x6A8CAB) is unknown color: approx Bermuda Grey. HEX triplet: 6A, 8C and AB. RGB value is (106,140,171). Sum of RGB (Red+Green+Blue) = 106+140+171=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8CAB is #957354. Grayscale: #858585. Windows color (decimal): -9794389 or 11242602. OLE color: 11242602.

HSL color Cylindrical-coordinate representation of color #6A8CAB: hue angle of 208.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8CAB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106140171-
CMYK0.380.1800.33
HSL208.62º27.9%54.31%-
HSV(B)208.62º38.01%67.06%-
XYZ22.6724.7642.11-
YUV133.37149.24108.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=25.42%
G=33.57%
B=41.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061401710.380.1800.33208.6227.954.31
Hex6A8CAB2612021d11c36
Octal15221425346220413213466
Binary110101010001100101010111001101001001000011101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8CAB; }

 p { color: rgb(106,140,171); }

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

<style>
 a { background-color: #6A8CAB; }

 a { background-color: rgb(106,140,171); }

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

<style>
 span { border-color: #6A8CAB; }

 span { border-color: rgb(106,140,171); }

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