Html Css Color HEX #6F87AB Ship Cove

📋 copy color: '#6F87AB'

red 111 ◦ green 135 ◦ blue 171

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

Shades of Ship Cove #6F87AB

Tints of Ship Cove #6F87AB

RGB

 RED value IS 111 (43.75% from 255) = 26.62%

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

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

R = 26.62%
G = 32.37%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F87AB (or 0x6F87AB) is known color: Ship Cove. HEX triplet: 6F, 87 and AB. RGB value is (111,135,171). Sum of RGB (Red+Green+Blue) = 111+135+171=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F87AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F87AB is #907854. Grayscale: #838383. Windows color (decimal): -9467989 or 11241327. OLE color: 11241327.

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

Color convert

RGB 111 135 171 -
CMYK 0.35 0.21 0 0.33
HSL 216º 0.26% 0.55% -
HSV(B) 216º 0.35% 0.67% -
XYZ 22.57 23.65 41.9 -
YUV 131.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 111 135 171 0.35 0.21 0 0.33 216 0.26 0.55
Hex 6F 87 AB 23 15 0 21 D8 1A 37
Octal 157 207 253 43 25 0 41 330 32 67
Binary 1101111 10000111 10101011 100011 10101 0 100001 11011000 11010 110111

Color Harmonies of #6F87AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F87AB

Black with #6F87AB

Text Example


Text Example

White with #6F87AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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