Html Css Color HEX #666568 Smoky

📋 copy color: '#666568'

red 102 ◦ green 101 ◦ blue 104

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

Shades of Smoky #666568

Tints of Smoky #666568

RGB

 RED value IS 102 (40.23% from 255) = 33.22%

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 33.22%
G = 32.9%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#666568 (or 0x666568) is known color: Smoky. HEX triplet: 66, 65 and 68. RGB value is (102,101,104). Sum of RGB (Red+Green+Blue) = 102+101+104=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 104 - color contains mainly: blue. Hex color #666568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666568 is #999A97. Grayscale: #656565. Windows color (decimal): -10066584 or 6841702. OLE color: 6841702.

HSL color Cylindrical-coordinate representation of color #666568: hue angle of 260º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666568 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 101 104 -
CMYK 0.02 0.03 0 0.59
HSL 260º 0.01% 0.4% -
HSV(B) 260º 0.03% 0.41% -
XYZ 12.63 13.13 14.97 -
YUV 101.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 102 101 104 0.02 0.03 0 0.59 260 0.01 0.4
Hex 66 65 68 2 3 0 3B 104 1 28
Octal 146 145 150 2 3 0 73 404 1 50
Binary 1100110 1100101 1101000 10 11 0 111011 100000100 1 101000

Color Harmonies of #666568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666568

Black with #666568

Text Example


Text Example

White with #666568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666568; }

 p { color: rgb(102,101,104); }

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

background-color css

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

 a { background-color: rgb(102,101,104); }

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

border-color css

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

 span { border-color: rgb(102,101,104); }

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