Html Css Color HEX #617883 Blue Bayoux

📋 copy color: '#617883'

red 97 ◦ green 120 ◦ blue 131

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

Shades of Blue Bayoux #617883

Tints of Blue Bayoux #617883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 131 (51.56% from 255) = 37.64%

R = 27.87%
G = 34.48%
B = 37.64%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617883 (or 0x617883) is known color: Blue Bayoux. HEX triplet: 61, 78 and 83. RGB value is (97,120,131). Sum of RGB (Red+Green+Blue) = 97+120+131=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #617883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617883 is #9E877C. Grayscale: #727272. Windows color (decimal): -10389373 or 8616033. OLE color: 8616033.

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

Color convert

RGB 97 120 131 -
CMYK 0.26 0.08 0 0.49
HSL 199.41º 0.15% 0.45% -
HSV(B) 199.41º 0.26% 0.51% -
XYZ 15.74 17.61 24.04 -
YUV 114.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 97 120 131 0.26 0.08 0 0.49 199.41 0.15 0.45
Hex 61 78 83 1A 8 0 31 C7 F 2D
Octal 141 170 203 32 10 0 61 307 17 55
Binary 1100001 1111000 10000011 11010 1000 0 110001 11000111 1111 101101

Color Harmonies of #617883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617883

Black with #617883

Text Example


Text Example

White with #617883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617883; }

 p { color: rgb(97,120,131); }

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

background-color css

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

 a { background-color: rgb(97,120,131); }

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

border-color css

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

 span { border-color: rgb(97,120,131); }

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