#6D7784

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

Shades of Raven #6D7784

Tints of Raven #6D7784

Color information

#6D7784 (or 0x6D7784) is unknown color: approx Raven. HEX triplet: 6D, 77 and 84. RGB value is (109,119,132). Sum of RGB (Red+Green+Blue) = 109+119+132=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7784 is #92887B. Grayscale: #757575. Windows color (decimal): -9603196 or 8681325. OLE color: 8681325.

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

Color convert

RGB109119132-
CMYK0.170.1000.48
HSL213.91º9.54%47.25%-
HSV(B)213.91º17.42%51.76%-
XYZ17.0718.1124.43-
YUV117.49136.19121.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=30.28%
G=33.06%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091191320.170.1000.48213.919.5447.25
Hex6D778411A030d6a2f
Octal15516720421120603261257
Binary11011011110111100001001000110100110000110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,119,132); }

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

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

 a { background-color: rgb(109,119,132); }

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

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

 span { border-color: rgb(109,119,132); }

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