Html Css Color HEX #6B609A Scampi

📋 copy color: '#6B609A'

red 107 ◦ green 96 ◦ blue 154

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

Shades of Scampi #6B609A

Tints of Scampi #6B609A

RGB

 RED value IS 107 (42.19% from 255) = 29.97%

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

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

R = 29.97%
G = 26.89%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B609A (or 0x6B609A) is known color: Scampi. HEX triplet: 6B, 60 and 9A. RGB value is (107,96,154). Sum of RGB (Red+Green+Blue) = 107+96+154=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B609A is #949F65. Grayscale: #696969. Windows color (decimal): -9740134 or 10117227. OLE color: 10117227.

HSL color Cylindrical-coordinate representation of color #6B609A: hue angle of 251.38º 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 #6B609A is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 96 154 -
CMYK 0.31 0.38 0 0.40
HSL 251.38º 0.23% 0.49% -
HSV(B) 251.38º 0.38% 0.6% -
XYZ 16.08 13.82 32.39 -
YUV 105.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 107 96 154 0.31 0.38 0 0.40 251.38 0.23 0.49
Hex 6B 60 9A 1F 26 0 28 FB 17 31
Octal 153 140 232 37 46 0 50 373 27 61
Binary 1101011 1100000 10011010 11111 100110 0 101000 11111011 10111 110001

Color Harmonies of #6B609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B609A

Black with #6B609A

Text Example


Text Example

White with #6B609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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