Html Css Color HEX #6985AD Ship Cove

📋 copy color: '#6985AD'

red 105 ◦ green 133 ◦ blue 173

#6985AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #6985AD

Tints of Ship Cove #6985AD

RGB

 RED value IS 105 (41.41% from 255) = 25.55%

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 25.55%
G = 32.36%
B = 42.09%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6985AD (or 0x6985AD) is known color: Ship Cove. HEX triplet: 69, 85 and AD. RGB value is (105,133,173). Sum of RGB (Red+Green+Blue) = 105+133+173=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #6985AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6985AD is #967A52. Grayscale: #818181. Windows color (decimal): -9861715 or 11371881. OLE color: 11371881.

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

Color convert

RGB 105 133 173 -
CMYK 0.39 0.23 0 0.32
HSL 215.29º 0.29% 0.55% -
HSV(B) 215.29º 0.39% 0.68% -
XYZ 21.76 22.8 42.79 -
YUV 129.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 105 133 173 0.39 0.23 0 0.32 215.29 0.29 0.55
Hex 69 85 AD 27 17 0 20 D7 1D 37
Octal 151 205 255 47 27 0 40 327 35 67
Binary 1101001 10000101 10101101 100111 10111 0 100000 11010111 11101 110111

Color Harmonies of #6985AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6985AD

Black with #6985AD

Text Example


Text Example

White with #6985AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6985AD;
 }
 .AnyTagClassName
 {
   color: #6985AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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