Html Css Color HEX #6C609E Scampi

📋 copy color: '#6C609E'

red 108 ◦ green 96 ◦ blue 158

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

Shades of Scampi #6C609E

Tints of Scampi #6C609E

RGB

 RED value IS 108 (42.58% from 255) = 29.83%

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

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

R = 29.83%
G = 26.52%
B = 43.65%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C609E (or 0x6C609E) is known color: Scampi. HEX triplet: 6C, 60 and 9E. RGB value is (108,96,158). Sum of RGB (Red+Green+Blue) = 108+96+158=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C609E is #939F61. Grayscale: #6A6A6A. Windows color (decimal): -9674594 or 10379372. OLE color: 10379372.

HSL color Cylindrical-coordinate representation of color #6C609E: hue angle of 251.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C609E is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 96 158 -
CMYK 0.32 0.39 0 0.38
HSL 251.61º 0.24% 0.5% -
HSV(B) 251.61º 0.39% 0.62% -
XYZ 16.54 14.02 34.18 -
YUV 106.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 108 96 158 0.32 0.39 0 0.38 251.61 0.24 0.5
Hex 6C 60 9E 20 27 0 26 FC 18 32
Octal 154 140 236 40 47 0 46 374 30 62
Binary 1101100 1100000 10011110 100000 100111 0 100110 11111100 11000 110010

Color Harmonies of #6C609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C609E

Black with #6C609E

Text Example


Text Example

White with #6C609E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,158); }

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

background-color css

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

 a { background-color: rgb(108,96,158); }

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

border-color css

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

 span { border-color: rgb(108,96,158); }

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