Html Css Color HEX #6983AB Ship Cove

📋 copy color: '#6983AB'

red 105 ◦ green 131 ◦ blue 171

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

Shades of Ship Cove #6983AB

Tints of Ship Cove #6983AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 25.8%
G = 32.19%
B = 42.01%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6983AB (or 0x6983AB) is known color: Ship Cove. HEX triplet: 69, 83 and AB. RGB value is (105,131,171). Sum of RGB (Red+Green+Blue) = 105+131+171=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #6983AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6983AB is #967C54. Grayscale: #7F7F7F. Windows color (decimal): -9862229 or 11240297. OLE color: 11240297.

HSL color Cylindrical-coordinate representation of color #6983AB: hue angle of 216.36º degrees, saturation: 0.28, 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 #6983AB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 131 171 -
CMYK 0.39 0.23 0 0.33
HSL 216.36º 0.28% 0.54% -
HSV(B) 216.36º 0.39% 0.67% -
XYZ 21.29 22.18 41.69 -
YUV 127.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 105 131 171 0.39 0.23 0 0.33 216.36 0.28 0.54
Hex 69 83 AB 27 17 0 21 D8 1C 36
Octal 151 203 253 47 27 0 41 330 34 66
Binary 1101001 10000011 10101011 100111 10111 0 100001 11011000 11100 110110

Color Harmonies of #6983AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983AB

Black with #6983AB

Text Example


Text Example

White with #6983AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6983AB; }

 p { color: rgb(105,131,171); }

 H1.HeaderClassName
 {
   color: #6983AB;
 }
 .AnyTagClassName
 {
   color: #6983AB;
 }
</style>

background-color css

<style>
 a { background-color: #6983AB; }

 a { background-color: rgb(105,131,171); }

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

border-color css

<style>
 span { border-color: #6983AB; }

 span { border-color: rgb(105,131,171); }

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