#677488

Color #677488 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #677488

Tints of Raven #677488

Color information

#677488 (or 0x677488) is unknown color: approx Raven. HEX triplet: 67, 74 and 88. RGB value is (103,116,136). Sum of RGB (Red+Green+Blue) = 103+116+136=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #677488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677488 is #988B77. Grayscale: #727272. Windows color (decimal): -9997176 or 8942695. OLE color: 8942695.

HSL color Cylindrical-coordinate representation of color #677488: hue angle of 216.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677488 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103116136-
CMYK0.240.1500.47
HSL216.36º13.81%46.86%-
HSV(B)216.36º24.26%53.33%-
XYZ16.2817.1525.75-
YUV114.39140.19119.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=29.01%
G=32.68%
B=38.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031161360.240.1500.47216.3613.8146.86
Hex67748818F02Fd8e2f
Octal14716421030170573301657
Binary11001111110100100010001100011110101111110110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677488; }

 p { color: rgb(103,116,136); }

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

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

 a { background-color: rgb(103,116,136); }

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

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

 span { border-color: rgb(103,116,136); }

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