Html Css Color HEX #687FAD Ship Cove

📋 copy color: '#687FAD'

red 104 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #687FAD

Tints of Ship Cove #687FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 25.74%
G = 31.44%
B = 42.82%

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

#687FAD (or 0x687FAD) is known color: Ship Cove. HEX triplet: 68, 7F and AD. RGB value is (104,127,173). Sum of RGB (Red+Green+Blue) = 104+127+173=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #687FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FAD is #978052. Grayscale: #7D7D7D. Windows color (decimal): -9928787 or 11370344. OLE color: 11370344.

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

Color convert

RGB 104 127 173 -
CMYK 0.40 0.27 0 0.32
HSL 220º 0.3% 0.54% -
HSV(B) 220º 0.4% 0.68% -
XYZ 20.84 21.14 42.52 -
YUV 125.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 104 127 173 0.40 0.27 0 0.32 220 0.3 0.54
Hex 68 7F AD 28 1B 0 20 DC 1E 36
Octal 150 177 255 50 33 0 40 334 36 66
Binary 1101000 1111111 10101101 101000 11011 0 100000 11011100 11110 110110

Color Harmonies of #687FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687FAD

Black with #687FAD

Text Example


Text Example

White with #687FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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