Html Css Color HEX #67606E Scarpa Flow

📋 copy color: '#67606E'

red 103 ◦ green 96 ◦ blue 110

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

Shades of Scarpa Flow #67606E

Tints of Scarpa Flow #67606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 33.33%
G = 31.07%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67606E (or 0x67606E) is known color: Scarpa Flow. HEX triplet: 67, 60 and 6E. RGB value is (103,96,110). Sum of RGB (Red+Green+Blue) = 103+96+110=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #67606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606E is #989F91. Grayscale: #636363. Windows color (decimal): -10002322 or 7233639. OLE color: 7233639.

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

Color convert

RGB 103 96 110 -
CMYK 0.06 0.13 0 0.57
HSL 270º 0.07% 0.4% -
HSV(B) 270º 0.13% 0.43% -
XYZ 12.59 12.38 16.48 -
YUV 99.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 103 96 110 0.06 0.13 0 0.57 270 0.07 0.4
Hex 67 60 6E 6 D 0 39 10E 7 28
Octal 147 140 156 6 15 0 71 416 7 50
Binary 1100111 1100000 1101110 110 1101 0 111001 100001110 111 101000

Color Harmonies of #67606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67606E

Black with #67606E

Text Example


Text Example

White with #67606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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