Html Css Color HEX #607983 Blue Bayoux

📋 copy color: '#607983'

red 96 ◦ green 121 ◦ blue 131

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

Shades of Blue Bayoux #607983

Tints of Blue Bayoux #607983

RGB

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

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

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

R = 27.59%
G = 34.77%
B = 37.64%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#607983 (or 0x607983) is known color: Blue Bayoux. HEX triplet: 60, 79 and 83. RGB value is (96,121,131). Sum of RGB (Red+Green+Blue) = 96+121+131=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 121 (47.66% from 255 or 34.77% 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 #607983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607983 is #9F867C. Grayscale: #727272. Windows color (decimal): -10454653 or 8616288. OLE color: 8616288.

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

Color convert

RGB 96 121 131 -
CMYK 0.27 0.08 0 0.49
HSL 197.14º 0.15% 0.45% -
HSV(B) 197.14º 0.27% 0.51% -
XYZ 15.76 17.8 24.08 -
YUV 114.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 96 121 131 0.27 0.08 0 0.49 197.14 0.15 0.45
Hex 60 79 83 1B 8 0 31 C5 F 2D
Octal 140 171 203 33 10 0 61 305 17 55
Binary 1100000 1111001 10000011 11011 1000 0 110001 11000101 1111 101101

Color Harmonies of #607983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607983

Black with #607983

Text Example


Text Example

White with #607983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607983; }

 p { color: rgb(96,121,131); }

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

background-color css

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

 a { background-color: rgb(96,121,131); }

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

border-color css

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

 span { border-color: rgb(96,121,131); }

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