Html Css Color HEX #687DAC Ship Cove

📋 copy color: '#687DAC'

red 104 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #687DAC

Tints of Ship Cove #687DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 25.94%
G = 31.17%
B = 42.89%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#687DAC (or 0x687DAC) is known color: Ship Cove. HEX triplet: 68, 7D and AC. RGB value is (104,125,172). Sum of RGB (Red+Green+Blue) = 104+125+172=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #687DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DAC is #978253. Grayscale: #7B7B7B. Windows color (decimal): -9929300 or 11304296. OLE color: 11304296.

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

Color convert

RGB 104 125 172 -
CMYK 0.40 0.27 0 0.33
HSL 221.47º 0.29% 0.54% -
HSV(B) 221.47º 0.4% 0.67% -
XYZ 20.49 20.59 41.92 -
YUV 124.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 104 125 172 0.40 0.27 0 0.33 221.47 0.29 0.54
Hex 68 7D AC 28 1B 0 21 DD 1D 36
Octal 150 175 254 50 33 0 41 335 35 66
Binary 1101000 1111101 10101100 101000 11011 0 100001 11011101 11101 110110

Color Harmonies of #687DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DAC

Black with #687DAC

Text Example


Text Example

White with #687DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,125,172); }

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

background-color css

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

 a { background-color: rgb(104,125,172); }

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

border-color css

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

 span { border-color: rgb(104,125,172); }

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