#6C7785

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

Shades of Raven #6C7785

Tints of Raven #6C7785

Color information

#6C7785 (or 0x6C7785) is unknown color: approx Raven. HEX triplet: 6C, 77 and 85. RGB value is (108,119,133). Sum of RGB (Red+Green+Blue) = 108+119+133=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C7785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7785 is #93887A. Grayscale: #757575. Windows color (decimal): -9668731 or 8746860. OLE color: 8746860.

HSL color Cylindrical-coordinate representation of color #6C7785: hue angle of 213.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C7785 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB108119133-
CMYK0.190.1100.48
HSL213.6º10.37%47.25%-
HSV(B)213.6º18.8%52.16%-
XYZ17.0118.0824.78-
YUV117.31136.86121.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=30%
G=33.06%
B=36.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081191330.190.1100.48213.610.3747.25
Hex6C778513B030d6a2f
Octal15416720523130603261257
Binary11011001110111100001011001110110110000110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7785; }

 p { color: rgb(108,119,133); }

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

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

 a { background-color: rgb(108,119,133); }

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

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

 span { border-color: rgb(108,119,133); }

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