Html Css Color HEX #6A86AB Ship Cove

📋 copy color: '#6A86AB'

red 106 ◦ green 134 ◦ blue 171

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

Shades of Ship Cove #6A86AB

Tints of Ship Cove #6A86AB

RGB

 RED value IS 106 (41.8% from 255) = 25.79%

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 25.79%
G = 32.6%
B = 41.61%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A86AB (or 0x6A86AB) is known color: Ship Cove. HEX triplet: 6A, 86 and AB. RGB value is (106,134,171). Sum of RGB (Red+Green+Blue) = 106+134+171=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A86AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A86AB is #957954. Grayscale: #818181. Windows color (decimal): -9795925 or 11241066. OLE color: 11241066.

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

Color convert

RGB 106 134 171 -
CMYK 0.38 0.22 0 0.33
HSL 214.15º 0.28% 0.54% -
HSV(B) 214.15º 0.38% 0.67% -
XYZ 21.82 23.05 41.83 -
YUV 129.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 106 134 171 0.38 0.22 0 0.33 214.15 0.28 0.54
Hex 6A 86 AB 26 16 0 21 D6 1C 36
Octal 152 206 253 46 26 0 41 326 34 66
Binary 1101010 10000110 10101011 100110 10110 0 100001 11010110 11100 110110

Color Harmonies of #6A86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A86AB

Black with #6A86AB

Text Example


Text Example

White with #6A86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,171); }

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

background-color css

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

 a { background-color: rgb(106,134,171); }

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

border-color css

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

 span { border-color: rgb(106,134,171); }

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