Html Css Color HEX #607269 Sirocco

📋 copy color: '#607269'

red 96 ◦ green 114 ◦ blue 105

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

Shades of Sirocco #607269

Tints of Sirocco #607269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 30.48%
G = 36.19%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#607269 (or 0x607269) is known color: Sirocco. HEX triplet: 60, 72 and 69. RGB value is (96,114,105). Sum of RGB (Red+Green+Blue) = 96+114+105=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #607269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607269 is #9F8D96. Grayscale: #6B6B6B. Windows color (decimal): -10456471 or 6910560. OLE color: 6910560.

HSL color Cylindrical-coordinate representation of color #607269: hue angle of 150º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607269 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 105 -
CMYK 0.16 0 0.08 0.55
HSL 150º 0.09% 0.41% -
HSV(B) 150º 0.16% 0.45% -
XYZ 13.39 15.54 15.66 -
YUV 107.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 96 114 105 0.16 0 0.08 0.55 150 0.09 0.41
Hex 60 72 69 10 0 8 37 96 9 29
Octal 140 162 151 20 0 10 67 226 11 51
Binary 1100000 1110010 1101001 10000 0 1000 110111 10010110 1001 101001

Color Harmonies of #607269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607269

Black with #607269

Text Example


Text Example

White with #607269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607269; }

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

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

background-color css

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

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

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

border-color css

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

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

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