Html Css Color HEX #65609C Scampi

📋 copy color: '#65609C'

red 101 ◦ green 96 ◦ blue 156

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

Shades of Scampi #65609C

Tints of Scampi #65609C

RGB

 RED value IS 101 (39.84% from 255) = 28.61%

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 28.61%
G = 27.2%
B = 44.19%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65609C (or 0x65609C) is known color: Scampi. HEX triplet: 65, 60 and 9C. RGB value is (101,96,156). Sum of RGB (Red+Green+Blue) = 101+96+156=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #65609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65609C is #9A9F63. Grayscale: #686868. Windows color (decimal): -10133348 or 10248293. OLE color: 10248293.

HSL color Cylindrical-coordinate representation of color #65609C: hue angle of 245º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65609C is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 96 156 -
CMYK 0.35 0.38 0 0.39
HSL 245º 0.24% 0.49% -
HSV(B) 245º 0.38% 0.61% -
XYZ 15.55 13.53 33.24 -
YUV 104.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 101 96 156 0.35 0.38 0 0.39 245 0.24 0.49
Hex 65 60 9C 23 26 0 27 F5 18 31
Octal 145 140 234 43 46 0 47 365 30 61
Binary 1100101 1100000 10011100 100011 100110 0 100111 11110101 11000 110001

Color Harmonies of #65609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65609C

Black with #65609C

Text Example


Text Example

White with #65609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65609C; }

 p { color: rgb(101,96,156); }

 H1.HeaderClassName
 {
   color: #65609C;
 }
 .AnyTagClassName
 {
   color: #65609C;
 }
</style>

background-color css

<style>
 a { background-color: #65609C; }

 a { background-color: rgb(101,96,156); }

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

border-color css

<style>
 span { border-color: #65609C; }

 span { border-color: rgb(101,96,156); }

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