Html Css Color HEX #607D93 Lynch

📋 copy color: '#607D93'

red 96 ◦ green 125 ◦ blue 147

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

Shades of Lynch #607D93

Tints of Lynch #607D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 26.09%
G = 33.97%
B = 39.95%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607D93 (or 0x607D93) is known color: Lynch. HEX triplet: 60, 7D and 93. RGB value is (96,125,147). Sum of RGB (Red+Green+Blue) = 96+125+147=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #607D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D93 is #9F826C. Grayscale: #767676. Windows color (decimal): -10453613 or 9665888. OLE color: 9665888.

HSL color Cylindrical-coordinate representation of color #607D93: hue angle of 205.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607D93 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 125 147 -
CMYK 0.35 0.15 0 0.42
HSL 205.88º 0.21% 0.48% -
HSV(B) 205.88º 0.35% 0.58% -
XYZ 17.42 19.26 30.4 -
YUV 118.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 96 125 147 0.35 0.15 0 0.42 205.88 0.21 0.48
Hex 60 7D 93 23 F 0 2A CE 15 30
Octal 140 175 223 43 17 0 52 316 25 60
Binary 1100000 1111101 10010011 100011 1111 0 101010 11001110 10101 110000

Color Harmonies of #607D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607D93

Black with #607D93

Text Example


Text Example

White with #607D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607D93; }

 p { color: rgb(96,125,147); }

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

background-color css

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

 a { background-color: rgb(96,125,147); }

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

border-color css

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

 span { border-color: rgb(96,125,147); }

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