Html Css Color HEX #6B5C78 Scarpa Flow

📋 copy color: '#6B5C78'

red 107 ◦ green 92 ◦ blue 120

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

Shades of Scarpa Flow #6B5C78

Tints of Scarpa Flow #6B5C78

RGB

 RED value IS 107 (42.19% from 255) = 33.54%

 GREEN value IS 92 (36.33% from 255) = 28.84%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 33.54%
G = 28.84%
B = 37.62%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5C78 (or 0x6B5C78) is known color: Scarpa Flow. HEX triplet: 6B, 5C and 78. RGB value is (107,92,120). Sum of RGB (Red+Green+Blue) = 107+92+120=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B5C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C78 is #94A387. Grayscale: #636363. Windows color (decimal): -9741192 or 7887979. OLE color: 7887979.

HSL color Cylindrical-coordinate representation of color #6B5C78: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5C78 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 92 120 -
CMYK 0.11 0.23 0 0.53
HSL 272.14º 0.13% 0.42% -
HSV(B) 272.14º 0.23% 0.47% -
XYZ 13.28 12.14 19.41 -
YUV 99.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 107 92 120 0.11 0.23 0 0.53 272.14 0.13 0.42
Hex 6B 5C 78 B 17 0 35 110 D 2A
Octal 153 134 170 13 27 0 65 420 15 52
Binary 1101011 1011100 1111000 1011 10111 0 110101 100010000 1101 101010

Color Harmonies of #6B5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C78

Black with #6B5C78

Text Example


Text Example

White with #6B5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,120); }

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

background-color css

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

 a { background-color: rgb(107,92,120); }

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

border-color css

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

 span { border-color: rgb(107,92,120); }

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