Html Css Color HEX #617582 Blue Bayoux

📋 copy color: '#617582'

red 97 ◦ green 117 ◦ blue 130

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

Shades of Blue Bayoux #617582

Tints of Blue Bayoux #617582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 28.2%
G = 34.01%
B = 37.79%

CMYK

 C value IS 0.25

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617582 (or 0x617582) is known color: Blue Bayoux. HEX triplet: 61, 75 and 82. RGB value is (97,117,130). Sum of RGB (Red+Green+Blue) = 97+117+130=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #617582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617582 is #9E8A7D. Grayscale: #707070. Windows color (decimal): -10390142 or 8549729. OLE color: 8549729.

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

Color convert

RGB 97 117 130 -
CMYK 0.25 0.1 0 0.49
HSL 203.64º 0.15% 0.45% -
HSV(B) 203.64º 0.25% 0.51% -
XYZ 15.32 16.88 23.57 -
YUV 112.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 97 117 130 0.25 0.1 0 0.49 203.64 0.15 0.45
Hex 61 75 82 19 A 0 31 CC F 2D
Octal 141 165 202 31 12 0 61 314 17 55
Binary 1100001 1110101 10000010 11001 1010 0 110001 11001100 1111 101101

Color Harmonies of #617582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617582

Black with #617582

Text Example


Text Example

White with #617582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617582; }

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

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

background-color css

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

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

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

border-color css

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

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

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