Html Css Color HEX #65599B Scampi

📋 copy color: '#65599B'

red 101 ◦ green 89 ◦ blue 155

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

Shades of Scampi #65599B

Tints of Scampi #65599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 29.28%
G = 25.8%
B = 44.93%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65599B (or 0x65599B) is known color: Scampi. HEX triplet: 65, 59 and 9B. RGB value is (101,89,155). Sum of RGB (Red+Green+Blue) = 101+89+155=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #65599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599B is #9AA664. Grayscale: #636363. Windows color (decimal): -10135141 or 10180965. OLE color: 10180965.

HSL color Cylindrical-coordinate representation of color #65599B: hue angle of 250.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65599B is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 89 155 -
CMYK 0.35 0.43 0 0.39
HSL 250.91º 0.27% 0.48% -
HSV(B) 250.91º 0.43% 0.61% -
XYZ 14.86 12.28 32.6 -
YUV 100.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 101 89 155 0.35 0.43 0 0.39 250.91 0.27 0.48
Hex 65 59 9B 23 2B 0 27 FB 1B 30
Octal 145 131 233 43 53 0 47 373 33 60
Binary 1100101 1011001 10011011 100011 101011 0 100111 11111011 11011 110000

Color Harmonies of #65599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65599B

Black with #65599B

Text Example


Text Example

White with #65599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65599B; }

 p { color: rgb(101,89,155); }

 H1.HeaderClassName
 {
   color: #65599B;
 }
 .AnyTagClassName
 {
   color: #65599B;
 }
</style>

background-color css

<style>
 a { background-color: #65599B; }

 a { background-color: rgb(101,89,155); }

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

border-color css

<style>
 span { border-color: #65599B; }

 span { border-color: rgb(101,89,155); }

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