Html Css Color HEX #607551 Dingley

📋 copy color: '#607551'

red 96 ◦ green 117 ◦ blue 81

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

Shades of Dingley #607551

Tints of Dingley #607551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 32.65%
G = 39.8%
B = 27.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#607551 (or 0x607551) is known color: Dingley. HEX triplet: 60, 75 and 51. RGB value is (96,117,81). Sum of RGB (Red+Green+Blue) = 96+117+81=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #607551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607551 is #9F8AAE. Grayscale: #6A6A6A. Windows color (decimal): -10455727 or 5338464. OLE color: 5338464.

HSL color Cylindrical-coordinate representation of color #607551: hue angle of 95º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607551 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 81 -
CMYK 0.18 0 0.31 0.54
HSL 95º 0.18% 0.39% -
HSV(B) 95º 0.31% 0.46% -
XYZ 12.67 15.8 10.17 -
YUV 106.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 96 117 81 0.18 0 0.31 0.54 95 0.18 0.39
Hex 60 75 51 12 0 1F 36 5F 12 27
Octal 140 165 121 22 0 37 66 137 22 47
Binary 1100000 1110101 1010001 10010 0 11111 110110 1011111 10010 100111

Color Harmonies of #607551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607551

Black with #607551

Text Example


Text Example

White with #607551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607551; }

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

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

background-color css

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

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

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

border-color css

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

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

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