Html Css Color HEX #617982 Blue Bayoux

📋 copy color: '#617982'

red 97 ◦ green 121 ◦ blue 130

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

Shades of Blue Bayoux #617982

Tints of Blue Bayoux #617982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 27.87%
G = 34.77%
B = 37.36%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617982 (or 0x617982) is known color: Blue Bayoux. HEX triplet: 61, 79 and 82. RGB value is (97,121,130). Sum of RGB (Red+Green+Blue) = 97+121+130=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #617982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617982 is #9E867D. Grayscale: #727272. Windows color (decimal): -10389118 or 8550753. OLE color: 8550753.

HSL color Cylindrical-coordinate representation of color #617982: hue angle of 196.36º 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 #617982 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 121 130 -
CMYK 0.25 0.07 0 0.49
HSL 196.36º 0.15% 0.45% -
HSV(B) 196.36º 0.25% 0.51% -
XYZ 15.8 17.83 23.73 -
YUV 114.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 97 121 130 0.25 0.07 0 0.49 196.36 0.15 0.45
Hex 61 79 82 19 7 0 31 C4 F 2D
Octal 141 171 202 31 7 0 61 304 17 55
Binary 1100001 1111001 10000010 11001 111 0 110001 11000100 1111 101101

Color Harmonies of #617982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617982

Black with #617982

Text Example


Text Example

White with #617982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617982; }

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

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

background-color css

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

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

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

border-color css

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

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

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