Html Css Color HEX #6F639D Scampi

📋 copy color: '#6F639D'

red 111 ◦ green 99 ◦ blue 157

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

Shades of Scampi #6F639D

Tints of Scampi #6F639D

RGB

 RED value IS 111 (43.75% from 255) = 30.25%

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 30.25%
G = 26.98%
B = 42.78%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F639D (or 0x6F639D) is known color: Scampi. HEX triplet: 6F, 63 and 9D. RGB value is (111,99,157). Sum of RGB (Red+Green+Blue) = 111+99+157=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F639D is #909C62. Grayscale: #6C6C6C. Windows color (decimal): -9477219 or 10314607. OLE color: 10314607.

HSL color Cylindrical-coordinate representation of color #6F639D: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F639D is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 99 157 -
CMYK 0.29 0.37 0 0.38
HSL 252.41º 0.23% 0.5% -
HSV(B) 252.41º 0.37% 0.62% -
XYZ 17.1 14.74 33.84 -
YUV 109.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 111 99 157 0.29 0.37 0 0.38 252.41 0.23 0.5
Hex 6F 63 9D 1D 25 0 26 FC 17 32
Octal 157 143 235 35 45 0 46 374 27 62
Binary 1101111 1100011 10011101 11101 100101 0 100110 11111100 10111 110010

Color Harmonies of #6F639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F639D

Black with #6F639D

Text Example


Text Example

White with #6F639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,157); }

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

background-color css

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

 a { background-color: rgb(111,99,157); }

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

border-color css

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

 span { border-color: rgb(111,99,157); }

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