Html Css Color HEX #6F659E Scampi

📋 copy color: '#6F659E'

red 111 ◦ green 101 ◦ blue 158

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

Shades of Scampi #6F659E

Tints of Scampi #6F659E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 30%
G = 27.3%
B = 42.7%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F659E (or 0x6F659E) is known color: Scampi. HEX triplet: 6F, 65 and 9E. RGB value is (111,101,158). Sum of RGB (Red+Green+Blue) = 111+101+158=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F659E is #909A61. Grayscale: #6E6E6E. Windows color (decimal): -9476706 or 10380655. OLE color: 10380655.

HSL color Cylindrical-coordinate representation of color #6F659E: hue angle of 250.53º degrees, saturation: 0.23, 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 #6F659E is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 101 158 -
CMYK 0.30 0.36 0 0.38
HSL 250.53º 0.23% 0.51% -
HSV(B) 250.53º 0.36% 0.62% -
XYZ 17.38 15.16 34.36 -
YUV 110.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 111 101 158 0.30 0.36 0 0.38 250.53 0.23 0.51
Hex 6F 65 9E 1E 24 0 26 FB 17 33
Octal 157 145 236 36 44 0 46 373 27 63
Binary 1101111 1100101 10011110 11110 100100 0 100110 11111011 10111 110011

Color Harmonies of #6F659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F659E

Black with #6F659E

Text Example


Text Example

White with #6F659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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