Html Css Color HEX #65619A Scampi

📋 copy color: '#65619A'

red 101 ◦ green 97 ◦ blue 154

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

Shades of Scampi #65619A

Tints of Scampi #65619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 28.69%
G = 27.56%
B = 43.75%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65619A (or 0x65619A) is known color: Scampi. HEX triplet: 65, 61 and 9A. RGB value is (101,97,154). Sum of RGB (Red+Green+Blue) = 101+97+154=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #65619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65619A is #9A9E65. Grayscale: #686868. Windows color (decimal): -10133094 or 10117477. OLE color: 10117477.

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

Color convert

RGB 101 97 154 -
CMYK 0.34 0.37 0 0.40
HSL 244.21º 0.23% 0.49% -
HSV(B) 244.21º 0.37% 0.6% -
XYZ 15.47 13.65 32.39 -
YUV 104.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 101 97 154 0.34 0.37 0 0.40 244.21 0.23 0.49
Hex 65 61 9A 22 25 0 28 F4 17 31
Octal 145 141 232 42 45 0 50 364 27 61
Binary 1100101 1100001 10011010 100010 100101 0 101000 11110100 10111 110001

Color Harmonies of #65619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65619A

Black with #65619A

Text Example


Text Example

White with #65619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65619A; }

 p { color: rgb(101,97,154); }

 H1.HeaderClassName
 {
   color: #65619A;
 }
 .AnyTagClassName
 {
   color: #65619A;
 }
</style>

background-color css

<style>
 a { background-color: #65619A; }

 a { background-color: rgb(101,97,154); }

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

border-color css

<style>
 span { border-color: #65619A; }

 span { border-color: rgb(101,97,154); }

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