Html Css Color HEX #656F82 Raven

📋 copy color: '#656F82'

red 101 ◦ green 111 ◦ blue 130

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

Shades of Raven #656F82

Tints of Raven #656F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 29.53%
G = 32.46%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656F82 (or 0x656F82) is known color: Raven. HEX triplet: 65, 6F and 82. RGB value is (101,111,130). Sum of RGB (Red+Green+Blue) = 101+111+130=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #656F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F82 is #9A907D. Grayscale: #6E6E6E. Windows color (decimal): -10129534 or 8548197. OLE color: 8548197.

HSL color Cylindrical-coordinate representation of color #656F82: hue angle of 219.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656F82 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 111 130 -
CMYK 0.22 0.15 0 0.49
HSL 219.31º 0.13% 0.45% -
HSV(B) 219.31º 0.22% 0.51% -
XYZ 15.08 15.75 23.36 -
YUV 110.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 101 111 130 0.22 0.15 0 0.49 219.31 0.13 0.45
Hex 65 6F 82 16 F 0 31 DB D 2D
Octal 145 157 202 26 17 0 61 333 15 55
Binary 1100101 1101111 10000010 10110 1111 0 110001 11011011 1101 101101

Color Harmonies of #656F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F82

Black with #656F82

Text Example


Text Example

White with #656F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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