Html Css Color HEX #617068 Sirocco

📋 copy color: '#617068'

red 97 ◦ green 112 ◦ blue 104

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

Shades of Sirocco #617068

Tints of Sirocco #617068

RGB

 RED value IS 97 (38.28% from 255) = 30.99%

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 30.99%
G = 35.78%
B = 33.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#617068 (or 0x617068) is known color: Sirocco. HEX triplet: 61, 70 and 68. RGB value is (97,112,104). Sum of RGB (Red+Green+Blue) = 97+112+104=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #617068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617068 is #9E8F97. Grayscale: #6A6A6A. Windows color (decimal): -10391448 or 6844513. OLE color: 6844513.

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

Color convert

RGB 97 112 104 -
CMYK 0.13 0 0.07 0.56
HSL 148º 0.07% 0.41% -
HSV(B) 148º 0.13% 0.44% -
XYZ 13.22 15.13 15.32 -
YUV 106.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 97 112 104 0.13 0 0.07 0.56 148 0.07 0.41
Hex 61 70 68 D 0 7 38 94 7 29
Octal 141 160 150 15 0 7 70 224 7 51
Binary 1100001 1110000 1101000 1101 0 111 111000 10010100 111 101001

Color Harmonies of #617068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617068

Black with #617068

Text Example


Text Example

White with #617068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617068; }

 p { color: rgb(97,112,104); }

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

background-color css

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

 a { background-color: rgb(97,112,104); }

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

border-color css

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

 span { border-color: rgb(97,112,104); }

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