Html Css Color HEX #67626C Scarpa Flow

📋 copy color: '#67626C'

red 103 ◦ green 98 ◦ blue 108

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

Shades of Scarpa Flow #67626C

Tints of Scarpa Flow #67626C

RGB

 RED value IS 103 (40.63% from 255) = 33.33%

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 33.33%
G = 31.72%
B = 34.95%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67626C (or 0x67626C) is known color: Scarpa Flow. HEX triplet: 67, 62 and 6C. RGB value is (103,98,108). Sum of RGB (Red+Green+Blue) = 103+98+108=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #67626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67626C is #989D93. Grayscale: #646464. Windows color (decimal): -10001812 or 7103079. OLE color: 7103079.

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

Color convert

RGB 103 98 108 -
CMYK 0.05 0.09 0 0.58
HSL 270º 0.05% 0.4% -
HSV(B) 270º 0.09% 0.42% -
XYZ 12.67 12.7 15.97 -
YUV 100.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 103 98 108 0.05 0.09 0 0.58 270 0.05 0.4
Hex 67 62 6C 5 9 0 3A 10E 5 28
Octal 147 142 154 5 11 0 72 416 5 50
Binary 1100111 1100010 1101100 101 1001 0 111010 100001110 101 101000

Color Harmonies of #67626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67626C

Black with #67626C

Text Example


Text Example

White with #67626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67626C; }

 p { color: rgb(103,98,108); }

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

background-color css

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

 a { background-color: rgb(103,98,108); }

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

border-color css

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

 span { border-color: rgb(103,98,108); }

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