#6983A1

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

Shades of Bermuda Grey #6983A1

Tints of Bermuda Grey #6983A1

Color information

#6983A1 (or 0x6983A1) is unknown color: approx Bermuda Grey. HEX triplet: 69, 83 and A1. RGB value is (105,131,161). Sum of RGB (Red+Green+Blue) = 105+131+161=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #6983A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6983A1 is #967C5E. Grayscale: #7E7E7E. Windows color (decimal): -9862239 or 10584937. OLE color: 10584937.

HSL color Cylindrical-coordinate representation of color #6983A1: hue angle of 212.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6983A1 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105131161-
CMYK0.350.1900.37
HSL212.14º22.95%52.16%-
HSV(B)212.14º34.78%63.14%-
XYZ20.3821.8136.85-
YUV126.65147.39112.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=26.45%
G=33.00%
B=40.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051311610.350.1900.37212.1422.9552.16
Hex6983A12313025d41734
Octal15120324143230453242764
Binary110100110000011101000011000111001101001011101010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6983A1; }

 p { color: rgb(105,131,161); }

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

<style>
 a { background-color: #6983A1; }

 a { background-color: rgb(105,131,161); }

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

<style>
 span { border-color: #6983A1; }

 span { border-color: rgb(105,131,161); }

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