Html Css Color HEX #607585 Lynch

📋 copy color: '#607585'

red 96 ◦ green 117 ◦ blue 133

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

Shades of Lynch #607585

Tints of Lynch #607585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 27.75%
G = 33.82%
B = 38.44%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607585 (or 0x607585) is known color: Lynch. HEX triplet: 60, 75 and 85. RGB value is (96,117,133). Sum of RGB (Red+Green+Blue) = 96+117+133=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #607585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607585 is #9F8A7A. Grayscale: #707070. Windows color (decimal): -10455675 or 8746336. OLE color: 8746336.

HSL color Cylindrical-coordinate representation of color #607585: hue angle of 205.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607585 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 117 133 -
CMYK 0.28 0.12 0 0.48
HSL 205.95º 0.16% 0.45% -
HSV(B) 205.95º 0.28% 0.52% -
XYZ 15.42 16.9 24.64 -
YUV 112.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 96 117 133 0.28 0.12 0 0.48 205.95 0.16 0.45
Hex 60 75 85 1C C 0 30 CE 10 2D
Octal 140 165 205 34 14 0 60 316 20 55
Binary 1100000 1110101 10000101 11100 1100 0 110000 11001110 10000 101101

Color Harmonies of #607585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607585

Black with #607585

Text Example


Text Example

White with #607585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607585; }

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

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

background-color css

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

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

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

border-color css

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

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

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