Html Css Color HEX #656F84 Raven

📋 copy color: '#656F84'

red 101 ◦ green 111 ◦ blue 132

#656F84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #656F84

Tints of Raven #656F84

RGB

 RED value IS 101 (39.84% from 255) = 29.36%

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 29.36%
G = 32.27%
B = 38.37%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656F84 (or 0x656F84) is known color: Raven. HEX triplet: 65, 6F and 84. RGB value is (101,111,132). Sum of RGB (Red+Green+Blue) = 101+111+132=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #656F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F84 is #9A907B. Grayscale: #6E6E6E. Windows color (decimal): -10129532 or 8679269. OLE color: 8679269.

HSL color Cylindrical-coordinate representation of color #656F84: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #656F84 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 111 132 -
CMYK 0.23 0.16 0 0.48
HSL 220.65º 0.13% 0.46% -
HSV(B) 220.65º 0.23% 0.52% -
XYZ 15.22 15.8 24.08 -
YUV 110.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 101 111 132 0.23 0.16 0 0.48 220.65 0.13 0.46
Hex 65 6F 84 17 10 0 30 DD D 2E
Octal 145 157 204 27 20 0 60 335 15 56
Binary 1100101 1101111 10000100 10111 10000 0 110000 11011101 1101 101110

Color Harmonies of #656F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F84

Black with #656F84

Text Example


Text Example

White with #656F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656F84; }

 p { color: rgb(101,111,132); }

 H1.HeaderClassName
 {
   color: #656F84;
 }
 .AnyTagClassName
 {
   color: #656F84;
 }
</style>

background-color css

<style>
 a { background-color: #656F84; }

 a { background-color: rgb(101,111,132); }

 div.DivClassName
 {
   background-color: #656F84;
 }
 .BgClassName
 {
   background-color: #656F84;
 }
</style>

border-color css

<style>
 span { border-color: #656F84; }

 span { border-color: rgb(101,111,132); }

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