#667283

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

Shades of Raven #667283

Tints of Raven #667283

Color information

#667283 (or 0x667283) is unknown color: approx Raven. HEX triplet: 66, 72 and 83. RGB value is (102,114,131). Sum of RGB (Red+Green+Blue) = 102+114+131=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #667283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667283 is #998D7C. Grayscale: #707070. Windows color (decimal): -10063229 or 8614502. OLE color: 8614502.

HSL color Cylindrical-coordinate representation of color #667283: hue angle of 215.17º 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 #667283 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102114131-
CMYK0.220.1300.49
HSL215.17º12.45%45.69%-
HSV(B)215.17º22.14%51.37%-
XYZ15.5916.523.84-
YUV112.35138.52120.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=29.39%
G=32.85%
B=37.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021141310.220.1300.49215.1712.4545.69
Hex66728316D031d7c2e
Octal14616220326150613271456
Binary11001101110010100000111011011010110001110101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667283; }

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

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

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

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

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

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

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

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