Html Css Color HEX #617082 Raven

📋 copy color: '#617082'

red 97 ◦ green 112 ◦ blue 130

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

Shades of Raven #617082

Tints of Raven #617082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 28.61%
G = 33.04%
B = 38.35%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617082 (or 0x617082) is known color: Raven. HEX triplet: 61, 70 and 82. RGB value is (97,112,130). Sum of RGB (Red+Green+Blue) = 97+112+130=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #617082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617082 is #9E8F7D. Grayscale: #6D6D6D. Windows color (decimal): -10391422 or 8548449. OLE color: 8548449.

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

Color convert

RGB 97 112 130 -
CMYK 0.25 0.14 0 0.49
HSL 212.73º 0.15% 0.45% -
HSV(B) 212.73º 0.25% 0.51% -
XYZ 14.75 15.74 23.38 -
YUV 109.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 97 112 130 0.25 0.14 0 0.49 212.73 0.15 0.45
Hex 61 70 82 19 E 0 31 D5 F 2D
Octal 141 160 202 31 16 0 61 325 17 55
Binary 1100001 1110000 10000010 11001 1110 0 110001 11010101 1111 101101

Color Harmonies of #617082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617082

Black with #617082

Text Example


Text Example

White with #617082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617082; }

 p { color: rgb(97,112,130); }

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

background-color css

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

 a { background-color: rgb(97,112,130); }

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

border-color css

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

 span { border-color: rgb(97,112,130); }

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