#65707B

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

Shades of Raven #65707B

Tints of Raven #65707B

Color information

#65707B (or 0x65707B) is unknown color: approx Raven. HEX triplet: 65, 70 and 7B. RGB value is (101,112,123). Sum of RGB (Red+Green+Blue) = 101+112+123=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #65707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707B is #9A8F84. Grayscale: #6D6D6D. Windows color (decimal): -10129285 or 8089701. OLE color: 8089701.

HSL color Cylindrical-coordinate representation of color #65707B: hue angle of 210º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65707B is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101112123-
CMYK0.180.0900.52
HSL210º9.82%43.92%-
HSV(B)210º17.89%48.24%-
XYZ14.7415.7921.01-
YUV109.96135.36121.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=30.06%
G=33.33%
B=36.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011121230.180.0900.522109.8243.92
Hex65707B129034d2a2c
Octal14516017322110643221254
Binary1100101111000011110111001010010110100110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65707B; }

 p { color: rgb(101,112,123); }

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

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

 a { background-color: rgb(101,112,123); }

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

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

 span { border-color: rgb(101,112,123); }

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