Html Css Color HEX #61697C Raven

📋 copy color: '#61697C'

red 97 ◦ green 105 ◦ blue 124

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

Shades of Raven #61697C

Tints of Raven #61697C

RGB

 RED value IS 97 (38.28% from 255) = 29.75%

 GREEN value IS 105 (41.41% from 255) = 32.21%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 29.75%
G = 32.21%
B = 38.04%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61697C (or 0x61697C) is known color: Raven. HEX triplet: 61, 69 and 7C. RGB value is (97,105,124). Sum of RGB (Red+Green+Blue) = 97+105+124=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #61697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61697C is #9E9683. Grayscale: #686868. Windows color (decimal): -10393220 or 8153441. OLE color: 8153441.

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

Color convert

RGB 97 105 124 -
CMYK 0.22 0.15 0 0.51
HSL 222.22º 0.12% 0.43% -
HSV(B) 222.22º 0.22% 0.49% -
XYZ 13.62 14.1 21.07 -
YUV 104.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 97 105 124 0.22 0.15 0 0.51 222.22 0.12 0.43
Hex 61 69 7C 16 F 0 33 DE C 2B
Octal 141 151 174 26 17 0 63 336 14 53
Binary 1100001 1101001 1111100 10110 1111 0 110011 11011110 1100 101011

Color Harmonies of #61697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61697C

Black with #61697C

Text Example


Text Example

White with #61697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61697C; }

 p { color: rgb(97,105,124); }

 H1.HeaderClassName
 {
   color: #61697C;
 }
 .AnyTagClassName
 {
   color: #61697C;
 }
</style>

background-color css

<style>
 a { background-color: #61697C; }

 a { background-color: rgb(97,105,124); }

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

border-color css

<style>
 span { border-color: #61697C; }

 span { border-color: rgb(97,105,124); }

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