Html Css Color HEX #677DAE Ship Cove

📋 copy color: '#677DAE'

red 103 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #677DAE

Tints of Ship Cove #677DAE

RGB

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

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

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

R = 25.62%
G = 31.09%
B = 43.28%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#677DAE (or 0x677DAE) is known color: Ship Cove. HEX triplet: 67, 7D and AE. RGB value is (103,125,174). Sum of RGB (Red+Green+Blue) = 103+125+174=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #677DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DAE is #988251. Grayscale: #7B7B7B. Windows color (decimal): -9994834 or 11435367. OLE color: 11435367.

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

Color convert

RGB 103 125 174 -
CMYK 0.41 0.28 0 0.32
HSL 221.41º 0.3% 0.54% -
HSV(B) 221.41º 0.41% 0.68% -
XYZ 20.57 20.61 42.94 -
YUV 124.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 103 125 174 0.41 0.28 0 0.32 221.41 0.3 0.54
Hex 67 7D AE 29 1C 0 20 DD 1E 36
Octal 147 175 256 51 34 0 40 335 36 66
Binary 1100111 1111101 10101110 101001 11100 0 100000 11011101 11110 110110

Color Harmonies of #677DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DAE

Black with #677DAE

Text Example


Text Example

White with #677DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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