Html Css Color HEX #6F6698 Scampi

📋 copy color: '#6F6698'

red 111 ◦ green 102 ◦ blue 152

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

Shades of Scampi #6F6698

Tints of Scampi #6F6698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 30.41%
G = 27.95%
B = 41.64%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F6698 (or 0x6F6698) is known color: Scampi. HEX triplet: 6F, 66 and 98. RGB value is (111,102,152). Sum of RGB (Red+Green+Blue) = 111+102+152=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6698 is #909967. Grayscale: #6E6E6E. Windows color (decimal): -9476456 or 9987695. OLE color: 9987695.

HSL color Cylindrical-coordinate representation of color #6F6698: hue angle of 250.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6698 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 102 152 -
CMYK 0.27 0.33 0 0.40
HSL 250.8º 0.2% 0.5% -
HSV(B) 250.8º 0.33% 0.6% -
XYZ 16.97 15.15 31.74 -
YUV 110.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 111 102 152 0.27 0.33 0 0.40 250.8 0.2 0.5
Hex 6F 66 98 1B 21 0 28 FB 14 32
Octal 157 146 230 33 41 0 50 373 24 62
Binary 1101111 1100110 10011000 11011 100001 0 101000 11111011 10100 110010

Color Harmonies of #6F6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6698

Black with #6F6698

Text Example


Text Example

White with #6F6698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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