Html Css Color HEX #607069 Sirocco

📋 copy color: '#607069'

red 96 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #607069

Tints of Sirocco #607069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 30.67%
G = 35.78%
B = 33.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#607069 (or 0x607069) is known color: Sirocco. HEX triplet: 60, 70 and 69. RGB value is (96,112,105). Sum of RGB (Red+Green+Blue) = 96+112+105=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #607069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607069 is #9F8F96. Grayscale: #6A6A6A. Windows color (decimal): -10456983 or 6910048. OLE color: 6910048.

HSL color Cylindrical-coordinate representation of color #607069: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607069 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 105 -
CMYK 0.14 0 0.06 0.56
HSL 153.75º 0.08% 0.41% -
HSV(B) 153.75º 0.14% 0.44% -
XYZ 13.17 15.1 15.58 -
YUV 106.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 96 112 105 0.14 0 0.06 0.56 153.75 0.08 0.41
Hex 60 70 69 E 0 6 38 9A 8 29
Octal 140 160 151 16 0 6 70 232 10 51
Binary 1100000 1110000 1101001 1110 0 110 111000 10011010 1000 101001

Color Harmonies of #607069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607069

Black with #607069

Text Example


Text Example

White with #607069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607069; }

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

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

background-color css

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

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

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

border-color css

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

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

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