Html Css Color HEX #6981B4 Ship Cove

📋 copy color: '#6981B4'

red 105 ◦ green 129 ◦ blue 180

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

Shades of Ship Cove #6981B4

Tints of Ship Cove #6981B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 25.36%
G = 31.16%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6981B4 (or 0x6981B4) is known color: Ship Cove. HEX triplet: 69, 81 and B4. RGB value is (105,129,180). Sum of RGB (Red+Green+Blue) = 105+129+180=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #6981B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981B4 is #967E4B. Grayscale: #7F7F7F. Windows color (decimal): -9862732 or 11829609. OLE color: 11829609.

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

Color convert

RGB 105 129 180 -
CMYK 0.42 0.28 0 0.29
HSL 220.8º 0.33% 0.56% -
HSV(B) 220.8º 0.42% 0.71% -
XYZ 21.91 22 46.27 -
YUV 127.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 105 129 180 0.42 0.28 0 0.29 220.8 0.33 0.56
Hex 69 81 B4 2A 1C 0 1D DD 21 38
Octal 151 201 264 52 34 0 35 335 41 70
Binary 1101001 10000001 10110100 101010 11100 0 11101 11011101 100001 111000

Color Harmonies of #6981B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981B4

Black with #6981B4

Text Example


Text Example

White with #6981B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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