Html Css Color HEX #66626A Scarpa Flow

📋 copy color: '#66626A'

red 102 ◦ green 98 ◦ blue 106

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

Shades of Scarpa Flow #66626A

Tints of Scarpa Flow #66626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 33.33%
G = 32.03%
B = 34.64%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66626A (or 0x66626A) is known color: Scarpa Flow. HEX triplet: 66, 62 and 6A. RGB value is (102,98,106). Sum of RGB (Red+Green+Blue) = 102+98+106=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 106 - color contains mainly: blue. Hex color #66626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66626A is #999D95. Grayscale: #646464. Windows color (decimal): -10067350 or 6972006. OLE color: 6972006.

HSL color Cylindrical-coordinate representation of color #66626A: hue angle of 270º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66626A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 98 106 -
CMYK 0.04 0.08 0 0.58
HSL 270º 0.04% 0.4% -
HSV(B) 270º 0.08% 0.42% -
XYZ 12.45 12.6 15.41 -
YUV 100.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 102 98 106 0.04 0.08 0 0.58 270 0.04 0.4
Hex 66 62 6A 4 8 0 3A 10E 4 28
Octal 146 142 152 4 10 0 72 416 4 50
Binary 1100110 1100010 1101010 100 1000 0 111010 100001110 100 101000

Color Harmonies of #66626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66626A

Black with #66626A

Text Example


Text Example

White with #66626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66626A; }

 p { color: rgb(102,98,106); }

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

background-color css

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

 a { background-color: rgb(102,98,106); }

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

border-color css

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

 span { border-color: rgb(102,98,106); }

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