Html Css Color HEX #617481 Blue Bayoux

📋 copy color: '#617481'

red 97 ◦ green 116 ◦ blue 129

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

Shades of Blue Bayoux #617481

Tints of Blue Bayoux #617481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 28.36%
G = 33.92%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617481 (or 0x617481) is known color: Blue Bayoux. HEX triplet: 61, 74 and 81. RGB value is (97,116,129). Sum of RGB (Red+Green+Blue) = 97+116+129=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #617481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617481 is #9E8B7E. Grayscale: #6F6F6F. Windows color (decimal): -10390399 or 8483937. OLE color: 8483937.

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

Color convert

RGB 97 116 129 -
CMYK 0.25 0.10 0 0.49
HSL 204.38º 0.14% 0.44% -
HSV(B) 204.38º 0.25% 0.51% -
XYZ 15.14 16.62 23.18 -
YUV 111.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 97 116 129 0.25 0.10 0 0.49 204.38 0.14 0.44
Hex 61 74 81 19 A 0 31 CC E 2C
Octal 141 164 201 31 12 0 61 314 16 54
Binary 1100001 1110100 10000001 11001 1010 0 110001 11001100 1110 101100

Color Harmonies of #617481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617481

Black with #617481

Text Example


Text Example

White with #617481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617481; }

 p { color: rgb(97,116,129); }

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

background-color css

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

 a { background-color: rgb(97,116,129); }

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

border-color css

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

 span { border-color: rgb(97,116,129); }

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