Html Css Color HEX #6981AA Ship Cove

📋 copy color: '#6981AA'

red 105 ◦ green 129 ◦ blue 170

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

Shades of Ship Cove #6981AA

Tints of Ship Cove #6981AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 25.99%
G = 31.93%
B = 42.08%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6981AA (or 0x6981AA) is known color: Ship Cove. HEX triplet: 69, 81 and AA. RGB value is (105,129,170). Sum of RGB (Red+Green+Blue) = 105+129+170=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6981AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6981AA is #967E55. Grayscale: #7E7E7E. Windows color (decimal): -9862742 or 11174249. OLE color: 11174249.

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

Color convert

RGB 105 129 170 -
CMYK 0.38 0.24 0 0.33
HSL 217.85º 0.28% 0.54% -
HSV(B) 217.85º 0.38% 0.67% -
XYZ 20.93 21.61 41.1 -
YUV 126.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 105 129 170 0.38 0.24 0 0.33 217.85 0.28 0.54
Hex 69 81 AA 26 18 0 21 DA 1C 36
Octal 151 201 252 46 30 0 41 332 34 66
Binary 1101001 10000001 10101010 100110 11000 0 100001 11011010 11100 110110

Color Harmonies of #6981AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981AA

Black with #6981AA

Text Example


Text Example

White with #6981AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6981AA; }

 p { color: rgb(105,129,170); }

 H1.HeaderClassName
 {
   color: #6981AA;
 }
 .AnyTagClassName
 {
   color: #6981AA;
 }
</style>

background-color css

<style>
 a { background-color: #6981AA; }

 a { background-color: rgb(105,129,170); }

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

border-color css

<style>
 span { border-color: #6981AA; }

 span { border-color: rgb(105,129,170); }

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