#6A7DAB

Color #6A7DAB Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6A7DAB

Tints of Ship Cove #6A7DAB

Color information

#6A7DAB (or 0x6A7DAB) is unknown color: approx Ship Cove. HEX triplet: 6A, 7D and AB. RGB value is (106,125,171). Sum of RGB (Red+Green+Blue) = 106+125+171=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7DAB is #958254. Grayscale: #7C7C7C. Windows color (decimal): -9798229 or 11238762. OLE color: 11238762.

HSL color Cylindrical-coordinate representation of color #6A7DAB: hue angle of 222.46º 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 #6A7DAB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106125171-
CMYK0.380.2700.33
HSL222.46º27.9%54.31%-
HSV(B)222.46º38.01%67.06%-
XYZ20.6320.6741.43-
YUV124.56154.21114.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=26.37%
G=31.09%
B=42.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061251710.380.2700.33222.4627.954.31
Hex6A7DAB261B021de1c36
Octal15217525346330413363466
Binary11010101111101101010111001101101101000011101111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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