Html Css Color HEX #677FAD Ship Cove

📋 copy color: '#677FAD'

red 103 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #677FAD

Tints of Ship Cove #677FAD

RGB

 RED value IS 103 (40.63% from 255) = 25.56%

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

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

R = 25.56%
G = 31.51%
B = 42.93%

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

#677FAD (or 0x677FAD) is known color: Ship Cove. HEX triplet: 67, 7F and AD. RGB value is (103,127,173). Sum of RGB (Red+Green+Blue) = 103+127+173=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #677FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAD is #988052. Grayscale: #7C7C7C. Windows color (decimal): -9994323 or 11370343. OLE color: 11370343.

HSL color Cylindrical-coordinate representation of color #677FAD: hue angle of 219.43º 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 #677FAD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 127 173 -
CMYK 0.40 0.27 0 0.32
HSL 219.43º 0.3% 0.54% -
HSV(B) 219.43º 0.4% 0.68% -
XYZ 20.73 21.08 42.51 -
YUV 125.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 103 127 173 0.40 0.27 0 0.32 219.43 0.3 0.54
Hex 67 7F AD 28 1B 0 20 DB 1E 36
Octal 147 177 255 50 33 0 40 333 36 66
Binary 1100111 1111111 10101101 101000 11011 0 100000 11011011 11110 110110

Color Harmonies of #677FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FAD

Black with #677FAD

Text Example


Text Example

White with #677FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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