Html Css Color HEX #6B86AB Ship Cove

📋 copy color: '#6B86AB'

red 107 ◦ green 134 ◦ blue 171

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

Shades of Ship Cove #6B86AB

Tints of Ship Cove #6B86AB

RGB

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

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

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

R = 25.97%
G = 32.52%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B86AB (or 0x6B86AB) is known color: Ship Cove. HEX triplet: 6B, 86 and AB. RGB value is (107,134,171). Sum of RGB (Red+Green+Blue) = 107+134+171=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B86AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B86AB is #947954. Grayscale: #818181. Windows color (decimal): -9730389 or 11241067. OLE color: 11241067.

HSL color Cylindrical-coordinate representation of color #6B86AB: hue angle of 214.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B86AB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 134 171 -
CMYK 0.37 0.22 0 0.33
HSL 214.69º 0.28% 0.55% -
HSV(B) 214.69º 0.37% 0.67% -
XYZ 21.94 23.12 41.83 -
YUV 130.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 107 134 171 0.37 0.22 0 0.33 214.69 0.28 0.55
Hex 6B 86 AB 25 16 0 21 D7 1C 37
Octal 153 206 253 45 26 0 41 327 34 67
Binary 1101011 10000110 10101011 100101 10110 0 100001 11010111 11100 110111

Color Harmonies of #6B86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B86AB

Black with #6B86AB

Text Example


Text Example

White with #6B86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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