Html Css Color HEX #646A68 Sirocco

📋 copy color: '#646A68'

red 100 ◦ green 106 ◦ blue 104

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

Shades of Sirocco #646A68

Tints of Sirocco #646A68

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 32.26%
G = 34.19%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#646A68 (or 0x646A68) is known color: Sirocco. HEX triplet: 64, 6A and 68. RGB value is (100,106,104). Sum of RGB (Red+Green+Blue) = 100+106+104=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 106 - color contains mainly: green. Hex color #646A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A68 is #9B9597. Grayscale: #676767. Windows color (decimal): -10196376 or 6842980. OLE color: 6842980.

HSL color Cylindrical-coordinate representation of color #646A68: hue angle of 160º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #646A68 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 104 -
CMYK 0.06 0 0.02 0.58
HSL 160º 0.03% 0.4% -
HSV(B) 160º 0.06% 0.42% -
XYZ 12.91 14.02 15.12 -
YUV 103.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 100 106 104 0.06 0 0.02 0.58 160 0.03 0.4
Hex 64 6A 68 6 0 2 3A A0 3 28
Octal 144 152 150 6 0 2 72 240 3 50
Binary 1100100 1101010 1101000 110 0 10 111010 10100000 11 101000

Color Harmonies of #646A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A68

Black with #646A68

Text Example


Text Example

White with #646A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A68; }

 p { color: rgb(100,106,104); }

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

background-color css

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

 a { background-color: rgb(100,106,104); }

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

border-color css

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

 span { border-color: rgb(100,106,104); }

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