Html Css Color HEX #67606D Scarpa Flow

📋 copy color: '#67606D'

red 103 ◦ green 96 ◦ blue 109

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

Shades of Scarpa Flow #67606D

Tints of Scarpa Flow #67606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 33.44%
G = 31.17%
B = 35.39%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67606D (or 0x67606D) is known color: Scarpa Flow. HEX triplet: 67, 60 and 6D. RGB value is (103,96,109). Sum of RGB (Red+Green+Blue) = 103+96+109=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #67606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606D is #989F92. Grayscale: #636363. Windows color (decimal): -10002323 or 7168103. OLE color: 7168103.

HSL color Cylindrical-coordinate representation of color #67606D: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67606D is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 96 109 -
CMYK 0.06 0.12 0 0.57
HSL 272.31º 0.06% 0.4% -
HSV(B) 272.31º 0.12% 0.43% -
XYZ 12.54 12.35 16.19 -
YUV 99.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 103 96 109 0.06 0.12 0 0.57 272.31 0.06 0.4
Hex 67 60 6D 6 C 0 39 110 6 28
Octal 147 140 155 6 14 0 71 420 6 50
Binary 1100111 1100000 1101101 110 1100 0 111001 100010000 110 101000

Color Harmonies of #67606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67606D

Black with #67606D

Text Example


Text Example

White with #67606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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