Html Css Color HEX #637069 Sirocco

📋 copy color: '#637069'

red 99 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #637069

Tints of Sirocco #637069

RGB

 RED value IS 99 (39.06% from 255) = 31.33%

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

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

R = 31.33%
G = 35.44%
B = 33.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#637069 (or 0x637069) is known color: Sirocco. HEX triplet: 63, 70 and 69. RGB value is (99,112,105). Sum of RGB (Red+Green+Blue) = 99+112+105=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #637069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637069 is #9C8F96. Grayscale: #6B6B6B. Windows color (decimal): -10260375 or 6910051. OLE color: 6910051.

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

Color convert

RGB 99 112 105 -
CMYK 0.12 0 0.06 0.56
HSL 147.69º 0.06% 0.41% -
HSV(B) 147.69º 0.12% 0.44% -
XYZ 13.49 15.26 15.6 -
YUV 107.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 99 112 105 0.12 0 0.06 0.56 147.69 0.06 0.41
Hex 63 70 69 C 0 6 38 94 6 29
Octal 143 160 151 14 0 6 70 224 6 51
Binary 1100011 1110000 1101001 1100 0 110 111000 10010100 110 101001

Color Harmonies of #637069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637069

Black with #637069

Text Example


Text Example

White with #637069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637069; }

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

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

background-color css

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

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

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

border-color css

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

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

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