Html Css Color HEX #6B6272 Scarpa Flow

📋 copy color: '#6B6272'

red 107 ◦ green 98 ◦ blue 114

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

Shades of Scarpa Flow #6B6272

Tints of Scarpa Flow #6B6272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 33.54%
G = 30.72%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B6272 (or 0x6B6272) is known color: Scarpa Flow. HEX triplet: 6B, 62 and 72. RGB value is (107,98,114). Sum of RGB (Red+Green+Blue) = 107+98+114=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6272 is #949D8D. Grayscale: #666666. Windows color (decimal): -9739662 or 7496299. OLE color: 7496299.

HSL color Cylindrical-coordinate representation of color #6B6272: hue angle of 273.75º degrees, saturation: 0.08, 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 #6B6272 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 98 114 -
CMYK 0.06 0.14 0 0.55
HSL 273.75º 0.08% 0.42% -
HSV(B) 273.75º 0.14% 0.45% -
XYZ 13.47 13.08 17.73 -
YUV 102.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 107 98 114 0.06 0.14 0 0.55 273.75 0.08 0.42
Hex 6B 62 72 6 E 0 37 112 8 2A
Octal 153 142 162 6 16 0 67 422 10 52
Binary 1101011 1100010 1110010 110 1110 0 110111 100010010 1000 101010

Color Harmonies of #6B6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6272

Black with #6B6272

Text Example


Text Example

White with #6B6272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,98,114); }

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

background-color css

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

 a { background-color: rgb(107,98,114); }

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

border-color css

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

 span { border-color: rgb(107,98,114); }

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