#6B7685

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

Shades of Raven #6B7685

Tints of Raven #6B7685

Color information

#6B7685 (or 0x6B7685) is unknown color: approx Raven. HEX triplet: 6B, 76 and 85. RGB value is (107,118,133). Sum of RGB (Red+Green+Blue) = 107+118+133=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7685 is #94897A. Grayscale: #747474. Windows color (decimal): -9734523 or 8746603. OLE color: 8746603.

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

Color convert

RGB107118133-
CMYK0.200.1100.48
HSL214.62º10.83%47.06%-
HSV(B)214.62º19.55%52.16%-
XYZ16.7817.7824.74-
YUV116.42137.36121.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=29.89%
G=32.96%
B=37.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071181330.200.1100.48214.6210.8347.06
Hex6B768514B030d7b2f
Octal15316620524130603271357
Binary11010111110110100001011010010110110000110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,133); }

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

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

 a { background-color: rgb(107,118,133); }

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

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

 span { border-color: rgb(107,118,133); }

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