#6B7782

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

Shades of Raven #6B7782

Tints of Raven #6B7782

Color information

#6B7782 (or 0x6B7782) is unknown color: approx Raven. HEX triplet: 6B, 77 and 82. RGB value is (107,119,130). Sum of RGB (Red+Green+Blue) = 107+119+130=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7782 is #94887D. Grayscale: #747474. Windows color (decimal): -9734270 or 8550251. OLE color: 8550251.

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

Color convert

RGB107119130-
CMYK0.180.0800.49
HSL208.7º9.7%46.47%-
HSV(B)208.7º17.69%50.98%-
XYZ16.6917.9323.7-
YUV116.67135.52121.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.06%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=30.06%
G=33.43%
B=36.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071191300.180.0800.49208.79.746.47
Hex6B7782128031d1a2e
Octal15316720222100613211256
Binary11010111110111100000101001010000110001110100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,130); }

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

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

 a { background-color: rgb(107,119,130); }

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

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

 span { border-color: rgb(107,119,130); }

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