Html Css Color HEX #677FAE Ship Cove

📋 copy color: '#677FAE'

red 103 ◦ green 127 ◦ blue 174

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

Shades of Ship Cove #677FAE

Tints of Ship Cove #677FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 25.5%
G = 31.44%
B = 43.07%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#677FAE (or 0x677FAE) is known color: Ship Cove. HEX triplet: 67, 7F and AE. RGB value is (103,127,174). Sum of RGB (Red+Green+Blue) = 103+127+174=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #677FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAE is #988051. Grayscale: #7C7C7C. Windows color (decimal): -9994322 or 11435879. OLE color: 11435879.

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

Color convert

RGB 103 127 174 -
CMYK 0.41 0.27 0 0.32
HSL 219.72º 0.3% 0.54% -
HSV(B) 219.72º 0.41% 0.68% -
XYZ 20.82 21.12 43.02 -
YUV 125.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 103 127 174 0.41 0.27 0 0.32 219.72 0.3 0.54
Hex 67 7F AE 29 1B 0 20 DC 1E 36
Octal 147 177 256 51 33 0 40 334 36 66
Binary 1100111 1111111 10101110 101001 11011 0 100000 11011100 11110 110110

Color Harmonies of #677FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FAE

Black with #677FAE

Text Example


Text Example

White with #677FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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