Html Css Color HEX #687BAA Ship Cove

📋 copy color: '#687BAA'

red 104 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #687BAA

Tints of Ship Cove #687BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 26.2%
G = 30.98%
B = 42.82%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#687BAA (or 0x687BAA) is known color: Ship Cove. HEX triplet: 68, 7B and AA. RGB value is (104,123,170). Sum of RGB (Red+Green+Blue) = 104+123+170=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #687BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BAA is #978455. Grayscale: #7A7A7A. Windows color (decimal): -9929814 or 11172712. OLE color: 11172712.

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

Color convert

RGB 104 123 170 -
CMYK 0.39 0.28 0 0.33
HSL 222.73º 0.28% 0.54% -
HSV(B) 222.73º 0.39% 0.67% -
XYZ 20.05 20.01 40.84 -
YUV 122.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 104 123 170 0.39 0.28 0 0.33 222.73 0.28 0.54
Hex 68 7B AA 27 1C 0 21 DF 1C 36
Octal 150 173 252 47 34 0 41 337 34 66
Binary 1101000 1111011 10101010 100111 11100 0 100001 11011111 11100 110110

Color Harmonies of #687BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687BAA

Black with #687BAA

Text Example


Text Example

White with #687BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,123,170); }

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

background-color css

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

 a { background-color: rgb(104,123,170); }

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

border-color css

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

 span { border-color: rgb(104,123,170); }

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