Html Css Color HEX #6981B3 Ship Cove

📋 copy color: '#6981B3'

red 105 ◦ green 129 ◦ blue 179

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

Shades of Ship Cove #6981B3

Tints of Ship Cove #6981B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.34%

R = 25.42%
G = 31.23%
B = 43.34%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6981B3 (or 0x6981B3) is known color: Ship Cove. HEX triplet: 69, 81 and B3. RGB value is (105,129,179). Sum of RGB (Red+Green+Blue) = 105+129+179=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #6981B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981B3 is #967E4C. Grayscale: #7F7F7F. Windows color (decimal): -9862733 or 11764073. OLE color: 11764073.

HSL color Cylindrical-coordinate representation of color #6981B3: hue angle of 220.54º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6981B3 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 129 179 -
CMYK 0.41 0.28 0 0.30
HSL 220.54º 0.33% 0.56% -
HSV(B) 220.54º 0.41% 0.7% -
XYZ 21.81 21.96 45.74 -
YUV 127.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 105 129 179 0.41 0.28 0 0.30 220.54 0.33 0.56
Hex 69 81 B3 29 1C 0 1E DD 21 38
Octal 151 201 263 51 34 0 36 335 41 70
Binary 1101001 10000001 10110011 101001 11100 0 11110 11011101 100001 111000

Color Harmonies of #6981B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981B3

Black with #6981B3

Text Example


Text Example

White with #6981B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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