Html Css Color HEX #687DA3 Ship Cove

📋 copy color: '#687DA3'

red 104 ◦ green 125 ◦ blue 163

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

Shades of Ship Cove #687DA3

Tints of Ship Cove #687DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.58%

R = 26.53%
G = 31.89%
B = 41.58%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#687DA3 (or 0x687DA3) is known color: Ship Cove. HEX triplet: 68, 7D and A3. RGB value is (104,125,163). Sum of RGB (Red+Green+Blue) = 104+125+163=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #687DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA3 is #97825C. Grayscale: #7A7A7A. Windows color (decimal): -9929309 or 10714472. OLE color: 10714472.

HSL color Cylindrical-coordinate representation of color #687DA3: hue angle of 218.64º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687DA3 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 125 163 -
CMYK 0.36 0.23 0 0.36
HSL 218.64º 0.24% 0.52% -
HSV(B) 218.64º 0.36% 0.64% -
XYZ 19.65 20.25 37.52 -
YUV 123.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 104 125 163 0.36 0.23 0 0.36 218.64 0.24 0.52
Hex 68 7D A3 24 17 0 24 DB 18 34
Octal 150 175 243 44 27 0 44 333 30 64
Binary 1101000 1111101 10100011 100100 10111 0 100100 11011011 11000 110100

Color Harmonies of #687DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DA3

Black with #687DA3

Text Example


Text Example

White with #687DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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