#6C82A5

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

Shades of Ship Cove #6C82A5

Tints of Ship Cove #6C82A5

Color information

#6C82A5 (or 0x6C82A5) is unknown color: approx Ship Cove. HEX triplet: 6C, 82 and A5. RGB value is (108,130,165). Sum of RGB (Red+Green+Blue) = 108+130+165=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #6C82A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C82A5 is #937D5A. Grayscale: #7F7F7F. Windows color (decimal): -9665883 or 10846828. OLE color: 10846828.

HSL color Cylindrical-coordinate representation of color #6C82A5: hue angle of 216.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C82A5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB108130165-
CMYK0.350.2100.35
HSL216.84º24.05%53.53%-
HSV(B)216.84º34.55%64.71%-
XYZ20.9621.8738.71-
YUV127.41149.21114.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=26.80%
G=32.26%
B=40.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081301650.350.2100.35216.8424.0553.53
Hex6C82A52315023d91836
Octal15420224543250433313066
Binary110110010000010101001011000111010101000111101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,165); }

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

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

 a { background-color: rgb(108,130,165); }

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

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

 span { border-color: rgb(108,130,165); }

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