#667383

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

Shades of Raven #667383

Tints of Raven #667383

Color information

#667383 (or 0x667383) is unknown color: approx Raven. HEX triplet: 66, 73 and 83. RGB value is (102,115,131). Sum of RGB (Red+Green+Blue) = 102+115+131=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #667383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667383 is #998C7C. Grayscale: #707070. Windows color (decimal): -10062973 or 8614758. OLE color: 8614758.

HSL color Cylindrical-coordinate representation of color #667383: hue angle of 213.1º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667383 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102115131-
CMYK0.220.1200.49
HSL213.1º12.45%45.69%-
HSV(B)213.1º22.14%51.37%-
XYZ15.7116.7223.87-
YUV112.94138.19120.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=29.31%
G=33.05%
B=37.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021151310.220.1200.49213.112.4545.69
Hex66738316C031d5c2e
Octal14616320326140613251456
Binary11001101110011100000111011011000110001110101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667383; }

 p { color: rgb(102,115,131); }

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

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

 a { background-color: rgb(102,115,131); }

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

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

 span { border-color: rgb(102,115,131); }

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