Html Css Color HEX #607569 Sirocco

📋 copy color: '#607569'

red 96 ◦ green 117 ◦ blue 105

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

Shades of Sirocco #607569

Tints of Sirocco #607569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 30.19%
G = 36.79%
B = 33.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#607569 (or 0x607569) is known color: Sirocco. HEX triplet: 60, 75 and 69. RGB value is (96,117,105). Sum of RGB (Red+Green+Blue) = 96+117+105=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #607569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607569 is #9F8A96. Grayscale: #6D6D6D. Windows color (decimal): -10455703 or 6911328. OLE color: 6911328.

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

Color convert

RGB 96 117 105 -
CMYK 0.18 0 0.10 0.54
HSL 145.71º 0.1% 0.42% -
HSV(B) 145.71º 0.18% 0.46% -
XYZ 13.73 16.23 15.77 -
YUV 109.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 96 117 105 0.18 0 0.10 0.54 145.71 0.1 0.42
Hex 60 75 69 12 0 A 36 92 A 2A
Octal 140 165 151 22 0 12 66 222 12 52
Binary 1100000 1110101 1101001 10010 0 1010 110110 10010010 1010 101010

Color Harmonies of #607569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607569

Black with #607569

Text Example


Text Example

White with #607569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607569; }

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

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

background-color css

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

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

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

border-color css

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

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

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