Html Css Color HEX #65619E Scampi

📋 copy color: '#65619E'

red 101 ◦ green 97 ◦ blue 158

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

Shades of Scampi #65619E

Tints of Scampi #65619E

RGB

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

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

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

R = 28.37%
G = 27.25%
B = 44.38%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65619E (or 0x65619E) is known color: Scampi. HEX triplet: 65, 61 and 9E. RGB value is (101,97,158). Sum of RGB (Red+Green+Blue) = 101+97+158=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #65619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65619E is #9A9E61. Grayscale: #686868. Windows color (decimal): -10133090 or 10379621. OLE color: 10379621.

HSL color Cylindrical-coordinate representation of color #65619E: hue angle of 243.93º 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 #65619E is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 97 158 -
CMYK 0.36 0.39 0 0.38
HSL 243.93º 0.24% 0.5% -
HSV(B) 243.93º 0.39% 0.62% -
XYZ 15.81 13.78 34.18 -
YUV 105.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 101 97 158 0.36 0.39 0 0.38 243.93 0.24 0.5
Hex 65 61 9E 24 27 0 26 F4 18 32
Octal 145 141 236 44 47 0 46 364 30 62
Binary 1100101 1100001 10011110 100100 100111 0 100110 11110100 11000 110010

Color Harmonies of #65619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65619E

Black with #65619E

Text Example


Text Example

White with #65619E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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