Html Css Color HEX #6F6692 Scampi

📋 copy color: '#6F6692'

red 111 ◦ green 102 ◦ blue 146

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

Shades of Scampi #6F6692

Tints of Scampi #6F6692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 30.92%
G = 28.41%
B = 40.67%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F6692 (or 0x6F6692) is known color: Scampi. HEX triplet: 6F, 66 and 92. RGB value is (111,102,146). Sum of RGB (Red+Green+Blue) = 111+102+146=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6692 is #90996D. Grayscale: #6D6D6D. Windows color (decimal): -9476462 or 9594479. OLE color: 9594479.

HSL color Cylindrical-coordinate representation of color #6F6692: hue angle of 252.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6692 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 102 146 -
CMYK 0.24 0.30 0 0.43
HSL 252.27º 0.18% 0.49% -
HSV(B) 252.27º 0.3% 0.57% -
XYZ 16.5 14.96 29.21 -
YUV 109.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 111 102 146 0.24 0.30 0 0.43 252.27 0.18 0.49
Hex 6F 66 92 18 1E 0 2B FC 12 31
Octal 157 146 222 30 36 0 53 374 22 61
Binary 1101111 1100110 10010010 11000 11110 0 101011 11111100 10010 110001

Color Harmonies of #6F6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6692

Black with #6F6692

Text Example


Text Example

White with #6F6692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,146); }

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

background-color css

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

 a { background-color: rgb(111,102,146); }

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

border-color css

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

 span { border-color: rgb(111,102,146); }

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