Html Css Color HEX #607580 Blue Bayoux

📋 copy color: '#607580'

red 96 ◦ green 117 ◦ blue 128

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

Shades of Blue Bayoux #607580

Tints of Blue Bayoux #607580

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

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

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 28.15%
G = 34.31%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#607580 (or 0x607580) is known color: Blue Bayoux. HEX triplet: 60, 75 and 80. RGB value is (96,117,128). Sum of RGB (Red+Green+Blue) = 96+117+128=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #607580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607580 is #9F8A7F. Grayscale: #6F6F6F. Windows color (decimal): -10455680 or 8418656. OLE color: 8418656.

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

Color convert

RGB 96 117 128 -
CMYK 0.25 0.09 0 0.50
HSL 200.63º 0.14% 0.44% -
HSV(B) 200.63º 0.25% 0.5% -
XYZ 15.08 16.77 22.86 -
YUV 111.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 96 117 128 0.25 0.09 0 0.50 200.63 0.14 0.44
Hex 60 75 80 19 9 0 32 C9 E 2C
Octal 140 165 200 31 11 0 62 311 16 54
Binary 1100000 1110101 10000000 11001 1001 0 110010 11001001 1110 101100

Color Harmonies of #607580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607580

Black with #607580

Text Example


Text Example

White with #607580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607580; }

 p { color: rgb(96,117,128); }

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

background-color css

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

 a { background-color: rgb(96,117,128); }

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

border-color css

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

 span { border-color: rgb(96,117,128); }

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