Html Css Color HEX #6B5A79 Scarpa Flow

📋 copy color: '#6B5A79'

red 107 ◦ green 90 ◦ blue 121

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

Shades of Scarpa Flow #6B5A79

Tints of Scarpa Flow #6B5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 33.65%
G = 28.3%
B = 38.05%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5A79 (or 0x6B5A79) is known color: Scarpa Flow. HEX triplet: 6B, 5A and 79. RGB value is (107,90,121). Sum of RGB (Red+Green+Blue) = 107+90+121=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A79 is #94A586. Grayscale: #626262. Windows color (decimal): -9741703 or 7953003. OLE color: 7953003.

HSL color Cylindrical-coordinate representation of color #6B5A79: hue angle of 272.9º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B5A79 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 90 121 -
CMYK 0.12 0.26 0 0.53
HSL 272.9º 0.15% 0.41% -
HSV(B) 272.9º 0.26% 0.47% -
XYZ 13.17 11.82 19.68 -
YUV 98.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 107 90 121 0.12 0.26 0 0.53 272.9 0.15 0.41
Hex 6B 5A 79 C 1A 0 35 111 F 29
Octal 153 132 171 14 32 0 65 421 17 51
Binary 1101011 1011010 1111001 1100 11010 0 110101 100010001 1111 101001

Color Harmonies of #6B5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A79

Black with #6B5A79

Text Example


Text Example

White with #6B5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,121); }

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

background-color css

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

 a { background-color: rgb(107,90,121); }

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

border-color css

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

 span { border-color: rgb(107,90,121); }

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