#677DAB

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

Shades of Ship Cove #677DAB

Tints of Ship Cove #677DAB

Color information

#677DAB (or 0x677DAB) is unknown color: approx Ship Cove. HEX triplet: 67, 7D and AB. RGB value is (103,125,171). Sum of RGB (Red+Green+Blue) = 103+125+171=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #677DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DAB is #988254. Grayscale: #7B7B7B. Windows color (decimal): -9994837 or 11238759. OLE color: 11238759.

HSL color Cylindrical-coordinate representation of color #677DAB: hue angle of 220.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677DAB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103125171-
CMYK0.400.2700.33
HSL220.59º28.81%53.73%-
HSV(B)220.59º39.77%67.06%-
XYZ20.2820.4941.41-
YUV123.67154.71113.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.81%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=25.81%
G=31.33%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031251710.400.2700.33220.5928.8153.73
Hex677DAB281B021dd1d36
Octal14717525350330413353566
Binary11001111111101101010111010001101101000011101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #677DAB;
 }
 .AnyTagClassName
 {
   color: #677DAB;
 }
</style>
background-color css

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

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

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

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

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

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