#677FAD

Color #677FAD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #677FAD

Tints of Ship Cove #677FAD

Color information

#677FAD (or 0x677FAD) is unknown color: approx 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

RGB103127173-
CMYK0.400.2700.32
HSL219.43º29.91%54.12%-
HSV(B)219.43º40.46%67.84%-
XYZ20.7321.0842.51-
YUV125.07155.05112.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% 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 (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031271730.400.2700.32219.4329.9154.12
Hex677FAD281B020db1e36
Octal14717725550330403333666
Binary11001111111111101011011010001101101000001101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>