Html Css Color HEX #687FAE Ship Cove

📋 copy color: '#687FAE'

red 104 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #687FAE

Tints of Ship Cove #687FAE

RGB

 RED value IS 104 (41.02% from 255) = 25.68%

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 25.68%
G = 31.36%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#687FAE (or 0x687FAE) is known color: Ship Cove. HEX triplet: 68, 7F and AE. RGB value is (104,127,174). Sum of RGB (Red+Green+Blue) = 104+127+174=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #687FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FAE is #978051. Grayscale: #7D7D7D. Windows color (decimal): -9928786 or 11435880. OLE color: 11435880.

HSL color Cylindrical-coordinate representation of color #687FAE: hue angle of 220.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #687FAE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 127 174 -
CMYK 0.40 0.27 0 0.32
HSL 220.29º 0.3% 0.55% -
HSV(B) 220.29º 0.4% 0.68% -
XYZ 20.94 21.18 43.03 -
YUV 125.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 104 127 174 0.40 0.27 0 0.32 220.29 0.3 0.55
Hex 68 7F AE 28 1B 0 20 DC 1E 37
Octal 150 177 256 50 33 0 40 334 36 67
Binary 1101000 1111111 10101110 101000 11011 0 100000 11011100 11110 110111

Color Harmonies of #687FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687FAE

Black with #687FAE

Text Example


Text Example

White with #687FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687FAE; }

 p { color: rgb(104,127,174); }

 H1.HeaderClassName
 {
   color: #687FAE;
 }
 .AnyTagClassName
 {
   color: #687FAE;
 }
</style>

background-color css

<style>
 a { background-color: #687FAE; }

 a { background-color: rgb(104,127,174); }

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

border-color css

<style>
 span { border-color: #687FAE; }

 span { border-color: rgb(104,127,174); }

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