Html Css Color HEX #677FAA Ship Cove

📋 copy color: '#677FAA'

red 103 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #677FAA

Tints of Ship Cove #677FAA

RGB

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

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

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

R = 25.75%
G = 31.75%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#677FAA (or 0x677FAA) is known color: Ship Cove. HEX triplet: 67, 7F and AA. RGB value is (103,127,170). Sum of RGB (Red+Green+Blue) = 103+127+170=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #677FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FAA is #988055. Grayscale: #7C7C7C. Windows color (decimal): -9994326 or 11173735. OLE color: 11173735.

HSL color Cylindrical-coordinate representation of color #677FAA: hue angle of 218.51º 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 #677FAA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 127 170 -
CMYK 0.39 0.25 0 0.33
HSL 218.51º 0.28% 0.54% -
HSV(B) 218.51º 0.39% 0.67% -
XYZ 20.44 20.96 41 -
YUV 124.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 103 127 170 0.39 0.25 0 0.33 218.51 0.28 0.54
Hex 67 7F AA 27 19 0 21 DB 1C 36
Octal 147 177 252 47 31 0 41 333 34 66
Binary 1100111 1111111 10101010 100111 11001 0 100001 11011011 11100 110110

Color Harmonies of #677FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FAA

Black with #677FAA

Text Example


Text Example

White with #677FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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