Html Css Color HEX #67606B Scarpa Flow

📋 copy color: '#67606B'

red 103 ◦ green 96 ◦ blue 107

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

Shades of Scarpa Flow #67606B

Tints of Scarpa Flow #67606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 33.66%
G = 31.37%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67606B (or 0x67606B) is known color: Scarpa Flow. HEX triplet: 67, 60 and 6B. RGB value is (103,96,107). Sum of RGB (Red+Green+Blue) = 103+96+107=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #67606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606B is #989F94. Grayscale: #636363. Windows color (decimal): -10002325 or 7037031. OLE color: 7037031.

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

Color convert

RGB 103 96 107 -
CMYK 0.04 0.10 0 0.58
HSL 278.18º 0.05% 0.4% -
HSV(B) 278.18º 0.1% 0.42% -
XYZ 12.43 12.31 15.63 -
YUV 99.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 103 96 107 0.04 0.10 0 0.58 278.18 0.05 0.4
Hex 67 60 6B 4 A 0 3A 116 5 28
Octal 147 140 153 4 12 0 72 426 5 50
Binary 1100111 1100000 1101011 100 1010 0 111010 100010110 101 101000

Color Harmonies of #67606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67606B

Black with #67606B

Text Example


Text Example

White with #67606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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