Html Css Color HEX #6F87AF Ship Cove

📋 copy color: '#6F87AF'

red 111 ◦ green 135 ◦ blue 175

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

Shades of Ship Cove #6F87AF

Tints of Ship Cove #6F87AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 26.37%
G = 32.07%
B = 41.57%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F87AF (or 0x6F87AF) is known color: Ship Cove. HEX triplet: 6F, 87 and AF. RGB value is (111,135,175). Sum of RGB (Red+Green+Blue) = 111+135+175=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F87AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F87AF is #907850. Grayscale: #848484. Windows color (decimal): -9467985 or 11503471. OLE color: 11503471.

HSL color Cylindrical-coordinate representation of color #6F87AF: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F87AF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 135 175 -
CMYK 0.37 0.23 0 0.31
HSL 217.5º 0.29% 0.56% -
HSV(B) 217.5º 0.37% 0.69% -
XYZ 22.96 23.8 43.94 -
YUV 132.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 111 135 175 0.37 0.23 0 0.31 217.5 0.29 0.56
Hex 6F 87 AF 25 17 0 1F DA 1D 38
Octal 157 207 257 45 27 0 37 332 35 70
Binary 1101111 10000111 10101111 100101 10111 0 11111 11011010 11101 111000

Color Harmonies of #6F87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F87AF

Black with #6F87AF

Text Example


Text Example

White with #6F87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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