Html Css Color HEX #67606C Scarpa Flow

📋 copy color: '#67606C'

red 103 ◦ green 96 ◦ blue 108

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

Shades of Scarpa Flow #67606C

Tints of Scarpa Flow #67606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 33.55%
G = 31.27%
B = 35.18%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67606C (or 0x67606C) is known color: Scarpa Flow. HEX triplet: 67, 60 and 6C. RGB value is (103,96,108). Sum of RGB (Red+Green+Blue) = 103+96+108=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #67606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606C is #989F93. Grayscale: #636363. Windows color (decimal): -10002324 or 7102567. OLE color: 7102567.

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

Color convert

RGB 103 96 108 -
CMYK 0.05 0.11 0 0.58
HSL 275º 0.06% 0.4% -
HSV(B) 275º 0.11% 0.42% -
XYZ 12.48 12.33 15.91 -
YUV 99.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 103 96 108 0.05 0.11 0 0.58 275 0.06 0.4
Hex 67 60 6C 5 B 0 3A 113 6 28
Octal 147 140 154 5 13 0 72 423 6 50
Binary 1100111 1100000 1101100 101 1011 0 111010 100010011 110 101000

Color Harmonies of #67606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67606C

Black with #67606C

Text Example


Text Example

White with #67606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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