Html Css Color HEX #6F609A Scampi

📋 copy color: '#6F609A'

red 111 ◦ green 96 ◦ blue 154

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

Shades of Scampi #6F609A

Tints of Scampi #6F609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 30.75%
G = 26.59%
B = 42.66%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F609A (or 0x6F609A) is known color: Scampi. HEX triplet: 6F, 60 and 9A. RGB value is (111,96,154). Sum of RGB (Red+Green+Blue) = 111+96+154=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F609A is #909F65. Grayscale: #6A6A6A. Windows color (decimal): -9477990 or 10117231. OLE color: 10117231.

HSL color Cylindrical-coordinate representation of color #6F609A: hue angle of 255.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F609A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 96 154 -
CMYK 0.28 0.38 0 0.40
HSL 255.52º 0.23% 0.49% -
HSV(B) 255.52º 0.38% 0.6% -
XYZ 16.57 14.08 32.42 -
YUV 107.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 111 96 154 0.28 0.38 0 0.40 255.52 0.23 0.49
Hex 6F 60 9A 1C 26 0 28 100 17 31
Octal 157 140 232 34 46 0 50 400 27 61
Binary 1101111 1100000 10011010 11100 100110 0 101000 100000000 10111 110001

Color Harmonies of #6F609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F609A

Black with #6F609A

Text Example


Text Example

White with #6F609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,154); }

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

background-color css

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

 a { background-color: rgb(111,96,154); }

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

border-color css

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

 span { border-color: rgb(111,96,154); }

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