#6985AC

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

Shades of Ship Cove #6985AC

Tints of Ship Cove #6985AC

Color information

#6985AC (or 0x6985AC) is unknown color: approx Ship Cove. HEX triplet: 69, 85 and AC. RGB value is (105,133,172). Sum of RGB (Red+Green+Blue) = 105+133+172=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #6985AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6985AC is #967A53. Grayscale: #808080. Windows color (decimal): -9861716 or 11306345. OLE color: 11306345.

HSL color Cylindrical-coordinate representation of color #6985AC: hue angle of 214.93º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6985AC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105133172-
CMYK0.390.2300.33
HSL214.93º28.76%54.31%-
HSV(B)214.93º38.95%67.45%-
XYZ21.6622.7642.28-
YUV129.07152.22110.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=25.61%
G=32.44%
B=41.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051331720.390.2300.33214.9328.7654.31
Hex6985AC2717021d71d36
Octal15120525447270413273566
Binary110100110000101101011001001111011101000011101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6985AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6985AC; }

 p { color: rgb(105,133,172); }

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

<style>
 a { background-color: #6985AC; }

 a { background-color: rgb(105,133,172); }

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

<style>
 span { border-color: #6985AC; }

 span { border-color: rgb(105,133,172); }

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