Html Css Color HEX #6F659D Scampi

📋 copy color: '#6F659D'

red 111 ◦ green 101 ◦ blue 157

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

Shades of Scampi #6F659D

Tints of Scampi #6F659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 30.08%
G = 27.37%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F659D (or 0x6F659D) is known color: Scampi. HEX triplet: 6F, 65 and 9D. RGB value is (111,101,157). Sum of RGB (Red+Green+Blue) = 111+101+157=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F659D is #909A62. Grayscale: #6E6E6E. Windows color (decimal): -9476707 or 10315119. OLE color: 10315119.

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

Color convert

RGB 111 101 157 -
CMYK 0.29 0.36 0 0.38
HSL 250.71º 0.22% 0.51% -
HSV(B) 250.71º 0.36% 0.62% -
XYZ 17.3 15.12 33.91 -
YUV 110.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 111 101 157 0.29 0.36 0 0.38 250.71 0.22 0.51
Hex 6F 65 9D 1D 24 0 26 FB 16 33
Octal 157 145 235 35 44 0 46 373 26 63
Binary 1101111 1100101 10011101 11101 100100 0 100110 11111011 10110 110011

Color Harmonies of #6F659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F659D

Black with #6F659D

Text Example


Text Example

White with #6F659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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