Html Css Color HEX #6A6474 Scarpa Flow

📋 copy color: '#6A6474'

red 106 ◦ green 100 ◦ blue 116

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

Shades of Scarpa Flow #6A6474

Tints of Scarpa Flow #6A6474

RGB

 RED value IS 106 (41.8% from 255) = 32.92%

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 32.92%
G = 31.06%
B = 36.02%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A6474 (or 0x6A6474) is known color: Scarpa Flow. HEX triplet: 6A, 64 and 74. RGB value is (106,100,116). Sum of RGB (Red+Green+Blue) = 106+100+116=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6474 is #959B8B. Grayscale: #676767. Windows color (decimal): -9804684 or 7627882. OLE color: 7627882.

HSL color Cylindrical-coordinate representation of color #6A6474: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A6474 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 100 116 -
CMYK 0.09 0.14 0 0.55
HSL 262.5º 0.07% 0.42% -
HSV(B) 262.5º 0.14% 0.45% -
XYZ 13.65 13.44 18.4 -
YUV 103.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 106 100 116 0.09 0.14 0 0.55 262.5 0.07 0.42
Hex 6A 64 74 9 E 0 37 106 7 2A
Octal 152 144 164 11 16 0 67 406 7 52
Binary 1101010 1100100 1110100 1001 1110 0 110111 100000110 111 101010

Color Harmonies of #6A6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6474

Black with #6A6474

Text Example


Text Example

White with #6A6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6474; }

 p { color: rgb(106,100,116); }

 H1.HeaderClassName
 {
   color: #6A6474;
 }
 .AnyTagClassName
 {
   color: #6A6474;
 }
</style>

background-color css

<style>
 a { background-color: #6A6474; }

 a { background-color: rgb(106,100,116); }

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

border-color css

<style>
 span { border-color: #6A6474; }

 span { border-color: rgb(106,100,116); }

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