Html Css Color HEX #6B81AE Ship Cove

📋 copy color: '#6B81AE'

red 107 ◦ green 129 ◦ blue 174

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

Shades of Ship Cove #6B81AE

Tints of Ship Cove #6B81AE

RGB

 RED value IS 107 (42.19% from 255) = 26.1%

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 26.1%
G = 31.46%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B81AE (or 0x6B81AE) is known color: Ship Cove. HEX triplet: 6B, 81 and AE. RGB value is (107,129,174). Sum of RGB (Red+Green+Blue) = 107+129+174=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B81AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B81AE is #947E51. Grayscale: #7F7F7F. Windows color (decimal): -9731666 or 11436395. OLE color: 11436395.

HSL color Cylindrical-coordinate representation of color #6B81AE: hue angle of 220.3º 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 #6B81AE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 129 174 -
CMYK 0.39 0.26 0 0.32
HSL 220.3º 0.29% 0.55% -
HSV(B) 220.3º 0.39% 0.68% -
XYZ 21.55 21.88 43.13 -
YUV 127.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 107 129 174 0.39 0.26 0 0.32 220.3 0.29 0.55
Hex 6B 81 AE 27 1A 0 20 DC 1D 37
Octal 153 201 256 47 32 0 40 334 35 67
Binary 1101011 10000001 10101110 100111 11010 0 100000 11011100 11101 110111

Color Harmonies of #6B81AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B81AE

Black with #6B81AE

Text Example


Text Example

White with #6B81AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B81AE; }

 p { color: rgb(107,129,174); }

 H1.HeaderClassName
 {
   color: #6B81AE;
 }
 .AnyTagClassName
 {
   color: #6B81AE;
 }
</style>

background-color css

<style>
 a { background-color: #6B81AE; }

 a { background-color: rgb(107,129,174); }

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

border-color css

<style>
 span { border-color: #6B81AE; }

 span { border-color: rgb(107,129,174); }

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