Html Css Color HEX #6B87AB Ship Cove

📋 copy color: '#6B87AB'

red 107 ◦ green 135 ◦ blue 171

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

Shades of Ship Cove #6B87AB

Tints of Ship Cove #6B87AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 25.91%
G = 32.69%
B = 41.4%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B87AB (or 0x6B87AB) is known color: Ship Cove. HEX triplet: 6B, 87 and AB. RGB value is (107,135,171). Sum of RGB (Red+Green+Blue) = 107+135+171=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B87AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B87AB is #947854. Grayscale: #828282. Windows color (decimal): -9730133 or 11241323. OLE color: 11241323.

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

Color convert

RGB 107 135 171 -
CMYK 0.37 0.21 0 0.33
HSL 213.75º 0.28% 0.55% -
HSV(B) 213.75º 0.37% 0.67% -
XYZ 22.08 23.39 41.88 -
YUV 130.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 107 135 171 0.37 0.21 0 0.33 213.75 0.28 0.55
Hex 6B 87 AB 25 15 0 21 D6 1C 37
Octal 153 207 253 45 25 0 41 326 34 67
Binary 1101011 10000111 10101011 100101 10101 0 100001 11010110 11100 110111

Color Harmonies of #6B87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B87AB

Black with #6B87AB

Text Example


Text Example

White with #6B87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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